diff --git a/cabal.project b/cabal.project index 0cdf4cb..4b44021 100644 --- a/cabal.project +++ b/cabal.project @@ -1,9 +1,8 @@ packages: . -with-compiler: ghc-9.6.3 +with-compiler: ghc-9.8.1 constraints: , primitive >=0.9 allow-newer: - , vector:primitive , foldl:primitive - , deferred-folds:primitive + , foldl:text , quickcheck-instances:primitive diff --git a/deferred-folds.cabal b/deferred-folds.cabal index 29c2780..f8ab26a 100644 --- a/deferred-folds.cabal +++ b/deferred-folds.cabal @@ -85,7 +85,7 @@ library , foldl >=1 && <2 , hashable >=1 && <2 , primitive >=0.6.4 && <0.10 - , text >=1.2 && <1.3 || >=2.0 && <2.1 + , text >=1.2 && <1.3 || >=2.0 && <2.2 , transformers >=0.5 && <0.7 , unordered-containers >=0.2 && <0.3 , vector >=0.12 && <0.14 diff --git a/library/DeferredFolds/Prelude.hs b/library/DeferredFolds/Prelude.hs index c909de9..7076cc0 100644 --- a/library/DeferredFolds/Prelude.hs +++ b/library/DeferredFolds/Prelude.hs @@ -27,7 +27,7 @@ import Data.Either as Exports import Data.Fixed as Exports import Data.Foldable as Exports hiding (toList) import Data.Function as Exports hiding (id, (.)) -import Data.Functor as Exports +import Data.Functor as Exports hiding (unzip) import Data.Functor.Identity as Exports import Data.HashMap.Strict as Exports (HashMap) import Data.Hashable as Exports (Hashable)