Tweak base upper bound in pgf2.cabal

This commit is contained in:
John J. Camilleri
2021-08-13 10:28:44 +02:00
parent 2346abeedb
commit 9e5823c350

View File

@@ -30,7 +30,7 @@ library
PGF2.Expr,
PGF2.Type
build-depends:
base >= 4.3 && < 4.15,
base >= 4.3 && < 4.16,
containers,
pretty,
array,