Try to remove the upper version for base

This commit is contained in:
Krasimir Angelov
2022-08-17 09:49:37 +02:00
parent c8f37680f5
commit 6d81306320
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ library
build-depends:
integer-gmp,
ghc-prim,
base >= 4.3 && <= 4.16.1.0,
base >= 4.3,
containers,
pretty,
array,