From 400dfd7cb509eae025a919fe5cb6d064ba0d20c9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 21 Apr 2017 08:13:45 -0400 Subject: [PATCH] Require base >= 4.9 to pull in ghc-8.x. A newer version of GHC is needed since we stopped deriving Typeable and began to use the new -Wfoo style for warnings. See commits fb27e58 and 3f8eddf. --- hath.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hath.cabal b/hath.cabal index b32d870..bb1a2e8 100644 --- a/hath.cabal +++ b/hath.cabal @@ -105,7 +105,7 @@ executable hath Octet build-depends: - base == 4.*, + base >= 4.9 && < 5, cmdargs >= 0.10, split >= 0.2, tasty >= 0.8, -- 2.43.2