From 1c1e9b8aa5dbd211e249f50f9b89002be6dd5dc5 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 17 Oct 2018 00:40:36 +0200 Subject: [PATCH] new compiler --- chaoszone.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaoszone.cabal b/chaoszone.cabal index 3611c0a..b8b0d03 100644 --- a/chaoszone.cabal +++ b/chaoszone.cabal @@ -18,7 +18,7 @@ executable chaoszone main-is: Main.hs -- other-modules: other-extensions: OverloadedStrings - build-depends: base >=4.10 && <4.11 + build-depends: base >=4.10 && < 5 , time , filepath >=1.4 , hakyll >=4.9.8.0