Skip to content

Commit 1fb2070

Browse files
committed
raise bounds for ghc-prim and primitive
The ghc-prim that comes with ghc-7.10.1 is 0.4.0.0. With that, in turn, only primitive-0.6. Everything seems to build fine with the mechanical change, but perhaps Travis will know better.
1 parent 84b8f3e commit 1fb2070

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)