From b2435e1e37b9def481761a00c704d280ef2deb96 Mon Sep 17 00:00:00 2001 From: defanor Date: Wed, 20 Dec 2017 10:12:52 +0300 Subject: 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. --- coalpit.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'coalpit.cabal') 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 -- cgit v1.2.3