Skip to content

Commit 5948c60

Browse files
authored
Merge pull request #445 from Bodigrim/bump-for-ghc-9.4
Bump upper bounds of base and ghc-prim for GHC 9.4
2 parents 967159d + ad74ad5 commit 5948c60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vector-stream/vector-stream.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Library
4343
Hs-Source-Dirs:
4444
src
4545

46-
Build-Depends: base >= 4.9 && < 4.17
47-
, ghc-prim >= 0.2 && < 0.9
46+
Build-Depends: base >= 4.9 && < 4.18
47+
, ghc-prim >= 0.2 && < 0.10
4848

4949
source-repository head
5050
type: git

vector/vector.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Library
139139
Install-Includes:
140140
vector.h
141141

142-
Build-Depends: base >= 4.9 && < 4.17
142+
Build-Depends: base >= 4.9 && < 4.18
143143
, primitive >= 0.6.4.0 && < 0.8
144144
, deepseq >= 1.1 && < 1.5
145145
, vector-stream >= 0.1 && < 0.2

0 commit comments

Comments
 (0)