summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-20 10:12:52 +0300
committerdefanor <defanor@uberspace.net>2017-12-20 10:12:52 +0300
commitb2435e1e37b9def481761a00c704d280ef2deb96 (patch)
tree165aa7466248700d9820eaabb3e507ac06225822 /coalpit.cabal
parent3350f07b88a4628d83abaf9eaea2f0dfc2e44edf (diff)
Remove Coalpit.IO
Better to focus on printing and parsing here, at least for now; besides, pipes are nice, but some may prefer other methods. The code is moved into an example instead.
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