Skip to content

Commit 7666686

Browse files
committed
Updated for aeson-1.0.0.0.
1 parent 7cac2fb commit 7666686

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
@@ -28,6 +28,7 @@ env:
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
3030
- CABALVER=1.22 GHCVER=7.10.3 AESONVER=0.11.0.0
31+
- CABALVER=1.24 GHCVER=8.0.1 AESONVER=1.0.0.0
3132
- CABALVER=head GHCVER=head
3233
# - CABALVER=1.18 HPVER=2014.2.0.0
3334
# - HPVER=2013.2.0.0

json-rpc-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: json-rpc-server
5-
version: 0.2.4.0
5+
version: 0.2.5.0
66
license: MIT
77
license-file: LICENSE
88
category: Network, JSON
@@ -37,7 +37,7 @@ library
3737
exposed-modules: Network.JsonRpc.Server
3838
other-modules: Network.JsonRpc.Types
3939
build-depends: base >=4.3 && <4.10,
40-
aeson >=0.6 && <0.12,
40+
aeson >=0.6 && <1.1,
4141
deepseq >= 1.1 && <1.5,
4242
bytestring >=0.9 && <0.11,
4343
mtl >=2.2.1 && <2.3,

0 commit comments

Comments
 (0)