Skip to content

Commit

Permalink
Bump dependencies (support ghc 9.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Dec 3, 2024
1 parent 996ce70 commit 30f68d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ packages:

-- Always build tests
tests: True

allow-newer:
, doctest:ghc
, splitmix:base
, tagged:template-haskell
, tasty-inspection-testing:base
2 changes: 1 addition & 1 deletion vector-stream/vector-stream.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Library
src

Build-Depends: base >= 4.9 && < 4.22
, ghc-prim >= 0.2 && < 0.12
, ghc-prim >= 0.2 && < 0.14

source-repository head
type: git
Expand Down
4 changes: 2 additions & 2 deletions vector/vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ common tests-common
, vector
, primitive
, random
, QuickCheck >= 2.9 && < 2.15
, QuickCheck >= 2.9 && < 2.16
, tasty
, tasty-hunit
, tasty-quickcheck
Expand Down Expand Up @@ -244,7 +244,7 @@ test-suite vector-doctest
buildable: False
build-depends:
base -any
, doctest >=0.15 && <0.23
, doctest >=0.15 && <0.24
, primitive >= 0.6.4.0 && < 0.10
, vector -any

Expand Down

0 comments on commit 30f68d6

Please sign in to comment.