Upgrade base requirement to 4.12

This commit is contained in:
Tissevert 2018-11-19 23:27:17 +01:00
parent cbf031be41
commit 49b385a892
1 changed files with 1 additions and 1 deletions

View File

@ -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