Lemur compiles with base == 4.12
This commit is contained in:
parent
be345a2cd7
commit
86a5e9f500
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ executable lemur
|
|||
main-is: Main.hs
|
||||
other-modules: Zipper
|
||||
-- other-extensions:
|
||||
build-depends: base >=4.11 && <4.12
|
||||
build-depends: base >=4.11 && <4.13
|
||||
, mtl
|
||||
ghc-options: -Wall
|
||||
hs-source-dirs: src
|
||||
|
|
Loading…
Reference in a new issue