summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'coalpit.cabal')
-rw-r--r--coalpit.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/coalpit.cabal b/coalpit.cabal
index 6fa969f..207ee64 100644
--- a/coalpit.cabal
+++ b/coalpit.cabal
@@ -14,8 +14,9 @@ maintainer: defanor@uberspace.net
category: Console
build-type: Simple
extra-source-files: ChangeLog.md
- , Example.hs
, README.md
+ , examples/Basic.hs
+ , examples/Pipes.hs
cabal-version: >=1.10
tested-with: GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1
bug-reports: https://github.com/defanor/coalpit/issues
@@ -27,14 +28,12 @@ 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