aboutsummaryrefslogtreecommitdiffstats
path: root/nara.cabal
diff options
context:
space:
mode:
authorBaylac-Jacqué Félix <felix@alternativebit.fr>2017-08-11 17:45:01 +0200
committerBaylac-Jacqué Félix <felix@alternativebit.fr>2017-09-16 17:09:43 +0200
commit4f0717969973a799d4d9772042bfbe663fa42f2f (patch)
tree426d73485981a5c44af9e543c4979428a7c39c16 /nara.cabal
parentMake imports in RPC.hs explicit. (diff)
downloadwireguard-hs-4f0717969973a799d4d9772042bfbe663fa42f2f.tar.xz
wireguard-hs-4f0717969973a799d4d9772042bfbe663fa42f2f.zip
Implement and test RPC show Peer feature.
Diffstat (limited to 'nara.cabal')
-rw-r--r--nara.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/nara.cabal b/nara.cabal
index 3f07cd5..f64cad4 100644
--- a/nara.cabal
+++ b/nara.cabal
@@ -71,6 +71,7 @@ library
directory,
exceptions,
filepath,
+ hex,
iproute == 1.7.*,
lens,
memory == 0.14.*,
@@ -119,6 +120,11 @@ test-suite nara-test
, conduit-extra
, conduit
, stm
+ , memory
+ , cacophony
+ , hex
+ , network
+ , iproute
other-modules:
Network.WireGuard.RPCSpec
default-language: Haskell2010