Skip to content

Commit 4e3729d

Browse files
authored
Allow vector 0.13
Builds fine and all tests pass.
1 parent 5364169 commit 4e3729d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackage-security/hackage-security.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ test-suite TestSuite
285285
tasty-quickcheck == 0.10.*,
286286
QuickCheck >= 2.11 && <2.15,
287287
aeson == 1.4.* || == 1.5.* || == 2.0.* || == 2.1.*,
288-
vector == 0.12.*,
288+
vector >= 0.12 && <0.14,
289289
unordered-containers >=0.2.8.0 && <0.3,
290290
temporary >= 1.2 && < 1.4
291291

0 commit comments

Comments
 (0)