Skip to content

Commit d6fcdaa

Browse files
committed
Relax upper bounds on base to support GHC 9.12
Tested locally with GHC9.12-alpha1
1 parent 3322046 commit d6fcdaa

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.21
52+
Build-Depends: base >= 4.9 && < 4.22
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
@@ -160,7 +160,7 @@ Library
160160
Install-Includes:
161161
vector.h
162162

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

0 commit comments

Comments
 (0)