aboutsummaryrefslogtreecommitdiffstats
path: root/nara.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'nara.cabal')
-rw-r--r--nara.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/nara.cabal b/nara.cabal
index 323f635..1000dae 100644
--- a/nara.cabal
+++ b/nara.cabal
@@ -19,7 +19,7 @@ flag static
default:
False
-executable nara-exe
+executable nara
hs-source-dirs: app
main-is: Main.hs
ghc-options:
@@ -115,6 +115,10 @@ test-suite nara-test
base == 4.9.*
, hspec
, nara
+ , bytestring
+ , conduit-extra
+ , conduit
+ , stm
other-modules:
Network.WireGuard.RPCSpec
default-language: Haskell2010