Skip to content

Commit 75028c1

Browse files
committed
Updated text version range
1 parent f5b36ec commit 75028c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-rpc-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ library
3434
aeson >=0.6 && <0.8,
3535
bytestring >=0.9 && <0.11,
3636
mtl >=2.1 && <2.2,
37-
text >=0.11 && <0.12,
37+
text >=0.11 && <1.2,
3838
vector >=0.8 && <0.11,
3939
unordered-containers >=0.1 && <0.3
4040
hs-source-dirs: src
@@ -65,7 +65,7 @@ test-suite tests
6565
aeson >=0.6 && <0.8,
6666
bytestring >=0.9 && <0.11,
6767
mtl >=2.1 && <2.2,
68-
text >=0.11 && <0.12,
68+
text >=0.11 && <1.2,
6969
vector >=0.8 && <0.11,
7070
unordered-containers >=0.1 && <0.3
7171
ghc-options: -Wall -fno-warn-incomplete-patterns

0 commit comments

Comments
 (0)