summaryrefslogtreecommitdiff
path: root/cokiki.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-07-13 15:55:17 -0400
committerAndrew Cady <d@jerkface.net>2019-07-13 15:55:17 -0400
commit9a7c8195e5330c868b0e2b9b25af915d5fd2bd7a (patch)
treefb05b8d395777e8ebfd7e2c462c4ba4b5e0ef170 /cokiki.hs
parentde7f249e4d359d741b4520a749818d305fa402bd (diff)
require base >= 4.8
Diffstat (limited to 'cokiki.hs')
-rw-r--r--cokiki.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/cokiki.hs b/cokiki.hs
index d145045..4a8039c 100644
--- a/cokiki.hs
+++ b/cokiki.hs
@@ -248,8 +248,3 @@ sshIsDirective d ls =
248 isSpaceTok b = isSpace $ L8.head b 248 isSpaceTok b = isSpace $ L8.head b
249 249
250 250
251#if !MIN_VERSION_base(4,7,0)
252bool :: a -> a -> Bool -> a
253bool f _ False = f
254bool _ t True = t
255#endif