From 49b385a89296fe5addeb77f233e3af3c03fbf097 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 19 Nov 2018 23:27:17 +0100 Subject: [PATCH] Upgrade base requirement to 4.12 --- hannah.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hannah.cabal b/hannah.cabal index 82ed425..b268904 100644 --- a/hannah.cabal +++ b/hannah.cabal @@ -21,7 +21,7 @@ executable hannah other-modules: Automaton , Config -- other-extensions: - build-depends: base >=4.9 && <4.10 + build-depends: base >=4.9 && <4.12 , bytestring , containers , mtl