Skip to content

Commit

Permalink
Increased vector upper bound to 0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
grayjay committed Jul 22, 2015
1 parent dab6a26 commit 1a34bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json-rpc-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
bytestring >=0.9 && <0.11,
mtl >=2.2.1 && <2.3,
text >=0.11 && <1.3,
vector >=0.7.1 && <0.11,
vector >=0.7.1 && <0.12,
unordered-containers >=0.1 && <0.3
hs-source-dirs: src
ghc-options: -Wall
Expand Down Expand Up @@ -72,6 +72,6 @@ test-suite tests
bytestring >=0.9 && <0.11,
mtl >=2.2.1 && <2.3,
text >=0.11 && <1.3,
vector >=0.7.1 && <0.11,
vector >=0.7.1 && <0.12,
unordered-containers >=0.1 && <0.3
ghc-options: -Wall

0 comments on commit 1a34bef

Please sign in to comment.