Skip to content

Commit

Permalink
Update the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Oct 12, 2023
1 parent 0b4e6c6 commit fea3d5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion deferred-folds.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion library/DeferredFolds/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fea3d5d

Please sign in to comment.