Skip to content

Commit 19189a8

Browse files
committed
relax bounds to allow ghc 8.8
1 parent 0ab91a5 commit 19189a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Library
144144
Install-Includes:
145145
vector.h
146146

147-
Build-Depends: base >= 4.5 && < 4.13
147+
Build-Depends: base >= 4.5 && < 4.14
148148
, primitive >= 0.5.0.1 && < 0.8
149149
, ghc-prim >= 0.2 && < 0.6
150150
, deepseq >= 1.1 && < 1.5

0 commit comments

Comments
 (0)