aboutsummaryrefslogtreecommitdiffstats
path: root/sh.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'sh.cabal')
-rw-r--r--sh.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh.cabal b/sh.cabal
index 2c76f73..1174200 100644
--- a/sh.cabal
+++ b/sh.cabal
@@ -17,6 +17,8 @@ library
aeson,
base,
bytestring,
+ conduit,
+ conduit-extra,
megaparsec,
mtl,
template-haskell,
@@ -33,6 +35,7 @@ test-suite sh-test
build-depends:
base,
bytestring,
+ conduit,
hspec,
mtl,
sh,