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 f5b36ec commit 75028c1Copy full SHA for 75028c1
json-rpc-server.cabal
@@ -34,7 +34,7 @@ library
34
aeson >=0.6 && <0.8,
35
bytestring >=0.9 && <0.11,
36
mtl >=2.1 && <2.2,
37
- text >=0.11 && <0.12,
+ text >=0.11 && <1.2,
38
vector >=0.8 && <0.11,
39
unordered-containers >=0.1 && <0.3
40
hs-source-dirs: src
@@ -65,7 +65,7 @@ test-suite tests
65
66
67
68
69
70
71
ghc-options: -Wall -fno-warn-incomplete-patterns
0 commit comments