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.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Coalpit.hs') 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 -- cgit v1.2.3