From c48ab8e04524f784e580537dd0e1cf018371b5ea Mon Sep 17 00:00:00 2001 From: James Crayne Date: Mon, 25 Apr 2016 21:30:10 -0400 Subject: fix build (base==4.7.*) --- cokiki.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = isSpaceTok "" = True isSpaceTok b = isSpace $ L8.head b -#if !MIN_VERSION_base(4,8,0) +#if !MIN_VERSION_base(4,7,0) bool :: a -> a -> Bool -> a bool f _ False = f bool _ t True = t -- cgit v1.2.3