summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-20 05:43:32 +0300
committerdefanor <defanor@uberspace.net>2017-12-20 05:43:32 +0300
commitc9b893cd0343aab8b68b5a2c1e5400c164bb2ba6 (patch)
tree28340df5fcf83fb49ff1f45c38da0d35af3fa201 /coalpit.cabal
parente7489043d8bf2a406a910adcb93280e83d6d2faa (diff)
Add Coalpit.IO
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