Lower base version requirements
This commit is contained in:
parent
19f8dd6344
commit
042f3e4fc4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ executable reveal
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules: PDF.TextRendering
|
other-modules: PDF.TextRendering
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >=4.12 && <4.13
|
build-depends: base >=4.9.1 && <4.13
|
||||||
, bytestring
|
, bytestring
|
||||||
, containers
|
, containers
|
||||||
, Hufflepdf
|
, Hufflepdf
|
||||||
|
|
Loading…
Reference in a new issue