Skip to content

Commit c0308f1

Browse files
committed
Merge pull request #40 from mainland/master
Bump upper bound on base.
2 parents 0618f4b + 20c1780 commit c0308f1

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
@@ -137,7 +137,7 @@ Library
137137
Install-Includes:
138138
vector.h
139139

140-
Build-Depends: base >= 4.3 && < 4.8
140+
Build-Depends: base >= 4.3 && < 4.9
141141
, primitive >= 0.5.0.1 && < 0.6
142142
, ghc-prim >= 0.2 && < 0.4
143143
, deepseq >= 1.1 && < 1.4

0 commit comments

Comments
 (0)