File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 27
27
- CABALVER=1.18 GHCVER=7.8.3 AESONVER=0.8.0.2
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
+ - CABALVER=1.22 GHCVER=7.10.2 AESONVER=0.11.0.0
30
31
- CABALVER=head GHCVER=head
31
32
# - CABALVER=1.18 HPVER=2014.2.0.0
32
33
# - HPVER=2013.2.0.0
Original file line number Diff line number Diff line change @@ -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.9 ,
40
- aeson >= 0.6 && < 0.11 ,
40
+ aeson >= 0.6 && < 0.12 ,
41
41
deepseq >= 1.1 && < 1.5 ,
42
42
bytestring >= 0.9 && < 0.11 ,
43
43
mtl >= 2.2.1 && < 2.3 ,
@@ -68,7 +68,7 @@ test-suite tests
68
68
HUnit >= 1.2 && < 1.4 ,
69
69
test-framework >= 0.7 && < 0.9 ,
70
70
test-framework-hunit >= 0.3 && < 0.4 ,
71
- aeson >= 0.6 && < 0.11 ,
71
+ aeson >= 0.6 && < 0.12 ,
72
72
bytestring >= 0.9 && < 0.11 ,
73
73
mtl >= 2.2.1 && < 2.3 ,
74
74
text >= 0.11 && < 1.3 ,
You can’t perform that action at this time.
0 commit comments