aboutsummaryrefslogtreecommitdiffstats
path: root/sh.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-13 07:02:37 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-13 07:17:42 +0100
commit3ea4e6459333409c60f66a5745bb472d136da741 (patch)
tree543ae3e13dd805bf88906f5967681ff3251e243d /sh.cabal
parent7c12524d9935d564dc359eb4db01038406e45f38 (diff)
chore: add `ConduitT` instancesmain
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,