From 3f7a73639fc3a38c907b580e1f9665ea338a985c Mon Sep 17 00:00:00 2001 From: kaBeech Date: Wed, 12 Jun 2024 23:33:25 -0700 Subject: [PATCH] Adjust deps upper bounds --- tensort.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensort.cabal b/tensort.cabal index bf10bd1..5daf4b8 100644 --- a/tensort.cabal +++ b/tensort.cabal @@ -121,7 +121,7 @@ library -- other-extensions: -- Other library packages from which modules are imported. - build-depends: base >=4.3.0.0 && <= 4.19.1.0, + build-depends: base >=4.3.0.0 && <= 4.20.0.1, mtl >= 2.2.2 && < 2.4, random >= 1.0.0.3 && < 1.3, random-shuffle >= 0.0.4 && < 0.1, @@ -149,7 +149,7 @@ executable tensort build-depends: base, tensort, - time >= 1.2.0.3 && < 1.13, + time >= 1.2.0.3 && < 1.15 && != 1.14, -- Directories containing source files. hs-source-dirs: app