summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cokiki.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cokiki.hs b/cokiki.hs
index 18fdd9f..1d57ca9 100644
--- a/cokiki.hs
+++ b/cokiki.hs
@@ -115,7 +115,7 @@ sshIsDirective d ls =
115 isSpaceTok "" = True 115 isSpaceTok "" = True
116 isSpaceTok b = isSpace $ L8.head b 116 isSpaceTok b = isSpace $ L8.head b
117 117
118#if !MIN_VERSION_base(4,8,0) 118#if !MIN_VERSION_base(4,7,0)
119bool :: a -> a -> Bool -> a 119bool :: a -> a -> Bool -> a
120bool f _ False = f 120bool f _ False = f
121bool _ t True = t 121bool _ t True = t