Skip to content

Commit 7297e04

Browse files
committed
Updated for aeson-0.11.0.0
1 parent caf3a92 commit 7297e04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
- CABALVER=1.18 GHCVER=7.8.3 AESONVER=0.8.0.2
2828
- CABALVER=1.22 GHCVER=7.10.1 AESONVER=0.9.0.0
2929
- CABALVER=1.22 GHCVER=7.10.2 AESONVER=0.10.0.0
30+
- CABALVER=1.22 GHCVER=7.10.2 AESONVER=0.11.0.0
3031
- CABALVER=head GHCVER=head
3132
# - CABALVER=1.18 HPVER=2014.2.0.0
3233
# - HPVER=2013.2.0.0

json-rpc-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
exposed-modules: Network.JsonRpc.Server
3838
other-modules: Network.JsonRpc.Types
3939
build-depends: base >=4.3 && <4.9,
40-
aeson >=0.6 && <0.11,
40+
aeson >=0.6 && <0.12,
4141
deepseq >= 1.1 && <1.5,
4242
bytestring >=0.9 && <0.11,
4343
mtl >=2.2.1 && <2.3,
@@ -68,7 +68,7 @@ test-suite tests
6868
HUnit >=1.2 && <1.4,
6969
test-framework >=0.7 && <0.9,
7070
test-framework-hunit >=0.3 && <0.4,
71-
aeson >=0.6 && <0.11,
71+
aeson >=0.6 && <0.12,
7272
bytestring >=0.9 && <0.11,
7373
mtl >=2.2.1 && <2.3,
7474
text >=0.11 && <1.3,

0 commit comments

Comments
 (0)