diff options
Diffstat (limited to 'cokiki.hs')
-rw-r--r-- | cokiki.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
119 | bool :: a -> a -> Bool -> a | 119 | bool :: a -> a -> Bool -> a |
120 | bool f _ False = f | 120 | bool f _ False = f |
121 | bool _ t True = t | 121 | bool _ t True = t |