We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba755d commit eaa2270Copy full SHA for eaa2270
json-rpc-server.cabal
@@ -35,9 +35,9 @@ library
35
bytestring >=0.9 && <0.11,
36
mtl >=2.1 && <2.2,
37
text >=0.11 && <0.12,
38
- vector >=0.10 && <0.11,
39
- unordered-containers >=0.2 && <0.3,
40
- attoparsec >=0.10 && <0.11
+ vector >=0.8 && <0.11,
+ unordered-containers >=0.1 && <0.3,
+ attoparsec >=0.8 && <0.11
41
hs-source-dirs: src
42
ghc-options: -Wall
43
@@ -60,7 +60,7 @@ test-suite tests
60
build-depends: base,
61
json-rpc-server,
62
HUnit >=1.2 && <1.3,
63
- test-framework >=0.8 && <0.9,
+ test-framework >=0.7 && <0.9,
64
test-framework-hunit >=0.3 && <0.4,
65
aeson,
66
bytestring,
0 commit comments