We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967159d commit ad74ad5Copy full SHA for ad74ad5
vector-stream/vector-stream.cabal
@@ -43,8 +43,8 @@ Library
43
Hs-Source-Dirs:
44
src
45
46
- Build-Depends: base >= 4.9 && < 4.17
47
- , ghc-prim >= 0.2 && < 0.9
+ Build-Depends: base >= 4.9 && < 4.18
+ , ghc-prim >= 0.2 && < 0.10
48
49
source-repository head
50
type: git
vector/vector.cabal
@@ -139,7 +139,7 @@ Library
139
Install-Includes:
140
vector.h
141
142
143
, primitive >= 0.6.4.0 && < 0.8
144
, deepseq >= 1.1 && < 1.5
145
, vector-stream >= 0.1 && < 0.2
0 commit comments