Skip to content

Commit eaa2270

Browse files
committed
Expanded dependency version ranges
1 parent 5ba755d commit eaa2270

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

json-rpc-server.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ library
3535
bytestring >=0.9 && <0.11,
3636
mtl >=2.1 && <2.2,
3737
text >=0.11 && <0.12,
38-
vector >=0.10 && <0.11,
39-
unordered-containers >=0.2 && <0.3,
40-
attoparsec >=0.10 && <0.11
38+
vector >=0.8 && <0.11,
39+
unordered-containers >=0.1 && <0.3,
40+
attoparsec >=0.8 && <0.11
4141
hs-source-dirs: src
4242
ghc-options: -Wall
4343

@@ -60,7 +60,7 @@ test-suite tests
6060
build-depends: base,
6161
json-rpc-server,
6262
HUnit >=1.2 && <1.3,
63-
test-framework >=0.8 && <0.9,
63+
test-framework >=0.7 && <0.9,
6464
test-framework-hunit >=0.3 && <0.4,
6565
aeson,
6666
bytestring,

0 commit comments

Comments
 (0)