File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
- CABALVER=1.22 GHCVER=7.10.1 AESONVER=0.9.0.0
29
29
- CABALVER=1.22 GHCVER=7.10.2 AESONVER=0.10.0.0
30
30
- 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
31
32
- CABALVER=head GHCVER=head
32
33
# - CABALVER=1.18 HPVER=2014.2.0.0
33
34
# - HPVER=2013.2.0.0
Original file line number Diff line number Diff line change 2
2
-- documentation, see http://haskell.org/cabal/users-guide/
3
3
4
4
name : json-rpc-server
5
- version : 0.2.4 .0
5
+ version : 0.2.5 .0
6
6
license : MIT
7
7
license-file : LICENSE
8
8
category : Network, JSON
@@ -37,7 +37,7 @@ library
37
37
exposed-modules : Network.JsonRpc.Server
38
38
other-modules : Network.JsonRpc.Types
39
39
build-depends : base >= 4.3 && < 4.10 ,
40
- aeson >= 0.6 && < 0.12 ,
40
+ aeson >= 0.6 && < 1.1 ,
41
41
deepseq >= 1.1 && < 1.5 ,
42
42
bytestring >= 0.9 && < 0.11 ,
43
43
mtl >= 2.2.1 && < 2.3 ,
You can’t perform that action at this time.
0 commit comments