Skip to content

Commit bdae491

Browse files
committed
Fix #485: allow vector-0.13
1 parent ae33fd3 commit bdae491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ library
195195
, tagged >=0.8.5 && <0.9
196196
, transformers-compat >=0.6.5 && <0.8
197197
, unordered-containers >=0.2.10.0 && <0.3
198-
, vector >=0.12.0.1 && <0.13
198+
, vector >=0.12.0.1 && <0.14
199199

200200
if flag(openssl)
201201
build-depends:

0 commit comments

Comments
 (0)