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

@@ -41,7 +41,7 @@ data-files:
custom-setup custom-setup
setup-depends: setup-depends:
base >= 4.9.1 && < 4.16, base >= 4.9.1,
Cabal >= 1.22.0.0, Cabal >= 1.22.0.0,
directory >= 1.3.0 && < 1.4, directory >= 1.3.0 && < 1.4,
filepath >= 1.4.1 && < 1.5, filepath >= 1.4.1 && < 1.5,

View File

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