Lower base version requirements

This commit is contained in:
Tissevert 2019-05-23 16:25:57 +02:00
parent 19f8dd6344
commit 042f3e4fc4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ executable reveal
main-is: Main.hs
other-modules: PDF.TextRendering
-- other-extensions:
build-depends: base >=4.12 && <4.13
build-depends: base >=4.9.1 && <4.13
, bytestring
, containers
, Hufflepdf