diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-13 07:02:37 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-13 07:17:42 +0100 |
commit | 3ea4e6459333409c60f66a5745bb472d136da741 (patch) | |
tree | 543ae3e13dd805bf88906f5967681ff3251e243d /sh.cabal | |
parent | 7c12524d9935d564dc359eb4db01038406e45f38 (diff) |
chore: add `ConduitT` instancesmain
Diffstat (limited to 'sh.cabal')
-rw-r--r-- | sh.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |