summaryrefslogtreecommitdiff
path: root/Coalpit.hs
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.hs
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.hs')
-rw-r--r--Coalpit.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Coalpit.hs b/Coalpit.hs
index fda836a..6eb7f06 100644
--- a/Coalpit.hs
+++ b/Coalpit.hs
@@ -59,9 +59,7 @@ Then, in a shell:
module Coalpit ( module Coalpit.Core
, module Coalpit.DSV
- , module Coalpit.IO
) where
import Coalpit.Core
import Coalpit.DSV
-import Coalpit.IO