Lemur compiles with base == 4.12

This commit is contained in:
Tissevert 2020-02-14 20:08:29 +01:00
parent be345a2cd7
commit 86a5e9f500

View file

@ -21,7 +21,7 @@ executable lemur
main-is: Main.hs main-is: Main.hs
other-modules: Zipper other-modules: Zipper
-- other-extensions: -- other-extensions:
build-depends: base >=4.11 && <4.12 build-depends: base >=4.11 && <4.13
, mtl , mtl
ghc-options: -Wall ghc-options: -Wall
hs-source-dirs: src hs-source-dirs: src