Skip to content

Commit face490

Browse files
authored
Allow base-4.20 for GHC 9.10 (#486)
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'
1 parent 197eeb4 commit face490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vector-stream/vector-stream.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Library
4949
Hs-Source-Dirs:
5050
src
5151

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

5555
source-repository head

vector/vector.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Library
159159
Install-Includes:
160160
vector.h
161161

162-
Build-Depends: base >= 4.9 && < 4.20
162+
Build-Depends: base >= 4.9 && < 4.21
163163
, primitive >= 0.6.4.0 && < 0.10
164164
, deepseq >= 1.1 && < 1.6
165165
, vector-stream >= 0.1 && < 0.2

0 commit comments

Comments
 (0)