diff options
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, |