File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
- CABALVER=1.22 GHCVER=7.10.2 AESONVER=0.10.0.0
18
18
- CABALVER=1.22 GHCVER=7.10.3 AESONVER=0.11.0.0
19
19
- CABALVER=1.24 GHCVER=8.0.1 AESONVER=1.0.0.0
20
+ - CABALVER=1.24 GHCVER=8.0.2 AESONVER=1.1.0.0
20
21
- CABALVER=head GHCVER=head
21
22
22
23
# Note: the distinction between `before_install` and `install` is not
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.5 .0
5
+ version : 0.2.6 .0
6
6
license : MIT
7
7
license-file : LICENSE
8
8
category : Network, JSON
@@ -38,12 +38,12 @@ library
38
38
exposed-modules : Network.JsonRpc.Server
39
39
other-modules : Network.JsonRpc.Types
40
40
build-depends : base >= 4.3 && < 4.10 ,
41
- aeson >= 0.6 && < 1.1 ,
41
+ aeson >= 0.6 && < 1.2 ,
42
42
deepseq >= 1.1 && < 1.5 ,
43
43
bytestring >= 0.9 && < 0.11 ,
44
44
mtl >= 2.2.1 && < 2.3 ,
45
45
text >= 0.11 && < 1.3 ,
46
- vector >= 0.7.1 && < 0.12 ,
46
+ vector >= 0.7.1 && < 0.13 ,
47
47
unordered-containers >= 0.1 && < 0.3
48
48
hs-source-dirs : src
49
49
ghc-options : -Wall
@@ -75,7 +75,7 @@ test-suite tests
75
75
type : exitcode-stdio-1.0
76
76
build-depends : base,
77
77
json-rpc-server,
78
- HUnit >= 1.2 && < 1.4 ,
78
+ HUnit >= 1.2 && < 1.6 ,
79
79
test-framework >= 0.7 && < 0.9 ,
80
80
test-framework-hunit >= 0.3 && < 0.4 ,
81
81
aeson,
You can’t perform that action at this time.
0 commit comments