Upgrade base requirement to 4.12
This commit is contained in:
parent
cbf031be41
commit
49b385a892
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ executable hannah
|
||||||
other-modules: Automaton
|
other-modules: Automaton
|
||||||
, Config
|
, Config
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >=4.9 && <4.10
|
build-depends: base >=4.9 && <4.12
|
||||||
, bytestring
|
, bytestring
|
||||||
, containers
|
, containers
|
||||||
, mtl
|
, mtl
|
||||||
|
|
Loading…
Reference in a new issue