specify version bounds in pgf.cabal and pgf2.cabal

This commit is contained in:
2jacobtan
2021-07-06 05:42:34 +08:00
parent be231584f6
commit e1a40640cd
2 changed files with 12 additions and 12 deletions

View File

@@ -23,9 +23,9 @@ library
PGF2.Expr,
PGF2.Type
build-depends:
base >=4.3 && <5,
containers,
pretty
base >= 4.9.1 && <4.15,
containers >= 0.5.7 && < 0.7,
pretty >= 1.1.3 && < 1.2
default-language: Haskell2010
build-tools: hsc2hs
extra-libraries: pgf gu