summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'coalpit.cabal')
-rw-r--r--coalpit.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/coalpit.cabal b/coalpit.cabal
index 1d91ea7..6fa969f 100644
--- a/coalpit.cabal
+++ b/coalpit.cabal
@@ -27,12 +27,14 @@ library
exposed-modules: Coalpit
, Coalpit.Core
, Coalpit.DSV
+ , Coalpit.IO
, Coalpit.Parsing
build-depends: base >= 4.9 && < 5
, megaparsec >= 6.2 && < 7
, scientific >= 0.3 && < 1
, time >= 1.6 && < 2
, network-uri >= 2.6 && < 3
+ , pipes >= 4.3 && < 5
default-language: Haskell2010
ghc-options: -Wall