Skip to content

Commit 764aa2e

Browse files
committed
Merge pull request #80 from michaelt/patch-1
raise bounds for ghc-prim and primitive
2 parents 84b8f3e + 1fb2070 commit 764aa2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vector.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ Library
138138
vector.h
139139

140140
Build-Depends: base >= 4.3 && < 4.9
141-
, primitive >= 0.5.0.1 && < 0.6
142-
, ghc-prim >= 0.2 && < 0.4
141+
, primitive >= 0.5.0.1 && < 0.7
142+
, ghc-prim >= 0.2 && < 0.5
143143
, deepseq >= 1.1 && < 1.5
144144

145145
Ghc-Options: -O2 -Wall -fno-warn-orphans

0 commit comments

Comments
 (0)