Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jul 11, 2024
1 parent d455f84 commit 97ae34d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion strict-containers-lens/strict-containers-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ library

build-depends:
base >= 4.5.0.0 && < 5
, hashable >= 1.2.7.0 && < 1.5
, hashable >= 1.2.7.0 && < 1.6
, strict-containers >= 0.2
, lens >= 4.19 && < 6

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ library
build-depends:
base >= 4.11.0.0 && < 5
, cborg >= 0.2 && < 0.3
, hashable >= 1.2.7.0 && < 1.5
, hashable >= 1.2.7.0 && < 1.6
, strict-containers >= 0.2
, serialise >= 0.2.6.0 && < 0.3

Expand Down
2 changes: 1 addition & 1 deletion strict-containers-tests/strict-containers-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test-suite strictness-tests
, base >= 4.6 && <5
, binary >= 0.8.4.1 && < 0.9
, binary-instances >= 1 && < 2
, containers >= 0.6.6 && < 0.7
, containers >= 0.6.6 && < 0.8
, lens >= 4.19 && < 6
, unordered-containers >= 0.2.19.1 && < 0.3
, serialise >= 0.2.3.0 && < 0.3
Expand Down
12 changes: 6 additions & 6 deletions strict-containers/strict-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ library
base >= 4.5.0.0 && < 5
, array >= 0.4.0.0
, binary >= 0.8.4.1 && < 0.9
, containers >= 0.6.6 && < 0.7
, deepseq >= 1.2 && < 1.5
, containers >= 0.6.6 && < 0.8
, deepseq >= 1.2 && < 1.6
, indexed-traversable >= 0.1.1 && < 0.2
, hashable >= 1.2.7.0 && < 1.5
, primitive >= 0.6.4.0 && < 0.8
, hashable >= 1.2.7.0 && < 1.6
, primitive >= 0.6.4.0 && < 0.10
, unordered-containers >= 0.2.19.1 && < 0.3
, strict >= 0.4 && < 0.6
, template-haskell
Expand Down Expand Up @@ -158,7 +158,7 @@ common containers-deps
build-depends:
array >=0.4.0.0
, base >=4.9.1 && <5
, deepseq >=1.2 && <1.5
, deepseq >=1.2 && <1.6
, template-haskell

common containers-test-deps
Expand Down Expand Up @@ -274,7 +274,7 @@ test-suite vector-tests-O0
hs-source-dirs: tests
Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector, strict-containers,
primitive, random,
QuickCheck >= 2.9 && < 2.15, HUnit, tasty,
QuickCheck >= 2.9 && < 2.16, HUnit, tasty,
tasty-hunit, tasty-quickcheck,
transformers >= 0.2.0.0

Expand Down

0 comments on commit 97ae34d

Please sign in to comment.