Skip to content

Commit d820a6c

Browse files
committed
cabal: Relax vector dependency. It builds fine with this
1 parent 8b16442 commit d820a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JuicyPixels.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Library
132132
binary >= 0.8.1 && < 0.9,
133133
zlib >= 0.5.3.1 && < 0.7,
134134
transformers >= 0.2,
135-
vector >= 0.13,
135+
vector >= 0.12.3.1,
136136
primitive >= 0.4,
137137
deepseq >= 1.1 && < 1.5,
138138
containers >= 0.4.2 && < 0.7

0 commit comments

Comments
 (0)