support for unbounded integers

This commit is contained in:
krangelov
2021-08-27 11:31:10 +02:00
parent 684f85ff94
commit 8195f8b0cb
10 changed files with 113 additions and 23 deletions

View File

@@ -30,6 +30,8 @@ library
PGF2.Expr,
PGF2.Type
build-depends:
integer-gmp,
ghc-prim,
base >= 4.3 && < 4.16,
containers,
pretty,
@@ -48,4 +50,5 @@ test-suite basic
build-depends:
base,
HUnit,
random,
pgf2