1
0
forked from GitHub/gf-core

Tweaks to pgf2.cabal

This commit is contained in:
John J. Camilleri
2021-08-13 10:25:16 +02:00
parent 3e7926f22d
commit 2346abeedb

View File

@@ -30,9 +30,9 @@ library
PGF2.Expr, PGF2.Expr,
PGF2.Type PGF2.Type
build-depends: build-depends:
base >= 4.3, -- >= 4.9.1 && < 4.15, base >= 4.3 && < 4.15,
containers, -- >= 0.5.7 && < 0.7, containers,
pretty, -- >= 1.1.3 && < 1.2, pretty,
array, array,
random random
default-language: Haskell2010 default-language: Haskell2010
@@ -48,4 +48,4 @@ test-suite basic
build-depends: build-depends:
base, base,
HUnit, HUnit,
pgf2 >= 2.0.0 pgf2