Skip to content

Commit

Permalink
Allow base-4.20 for GHC 9.10 (#486)
Browse files Browse the repository at this point in the history
Tested with

cabal test -w ghc-9.10.0.20240313 all --allow-newer='tagged:template-haskell,splitmix:base,primitive:base,doctest:ghc,hsc2hs:base,hsc2hs:filepath,ghc-paths:Cabal'
  • Loading branch information
Bodigrim committed Mar 16, 2024
1 parent 197eeb4 commit face490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vector-stream/vector-stream.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Library
Hs-Source-Dirs:
src

Build-Depends: base >= 4.9 && < 4.20
Build-Depends: base >= 4.9 && < 4.21
, ghc-prim >= 0.2 && < 0.12

source-repository head
Expand Down
2 changes: 1 addition & 1 deletion vector/vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Library
Install-Includes:
vector.h

Build-Depends: base >= 4.9 && < 4.20
Build-Depends: base >= 4.9 && < 4.21
, primitive >= 0.6.4.0 && < 0.10
, deepseq >= 1.1 && < 1.6
, vector-stream >= 0.1 && < 0.2
Expand Down

0 comments on commit face490

Please sign in to comment.