Skip to content

Commit 5c36065

Browse files
committed
Allow vector-0.13
1 parent ce3ea3e commit 5c36065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aeson.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: aeson
22
version: 2.1.0.0
3+
x-revision: 1
34
license: BSD3
45
license-file: LICENSE
56
category: Text, Web, JSON
@@ -132,7 +133,7 @@ library
132133
, these >=1.1.1.1 && <1.2
133134
, unordered-containers >=0.2.10.0 && <0.3
134135
, uuid-types >=1.0.5 && <1.1
135-
, vector >=0.12.0.1 && <0.13
136+
, vector >=0.12.0.1 && <0.14
136137
, witherable >=0.4.2 && <0.5
137138

138139
ghc-options: -Wall

0 commit comments

Comments
 (0)