From 9a7c8195e5330c868b0e2b9b25af915d5fd2bd7a Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 13 Jul 2019 15:55:17 -0400 Subject: require base >= 4.8 --- cokiki.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cokiki.hs') 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 = isSpaceTok b = isSpace $ L8.head b -#if !MIN_VERSION_base(4,7,0) -bool :: a -> a -> Bool -> a -bool f _ False = f -bool _ t True = t -#endif -- cgit v1.2.3