Skip to content

Commit 3f627ed

Browse files
committed
Updated dependency version ranges.
1 parent 8c8f5ec commit 3f627ed

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
- CABALVER=1.22 GHCVER=7.10.2 AESONVER=0.10.0.0
1818
- CABALVER=1.22 GHCVER=7.10.3 AESONVER=0.11.0.0
1919
- 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
2021
- CABALVER=head GHCVER=head
2122

2223
# Note: the distinction between `before_install` and `install` is not

json-rpc-server.cabal

Lines changed: 4 additions & 4 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.5.0
5+
version: 0.2.6.0
66
license: MIT
77
license-file: LICENSE
88
category: Network, JSON
@@ -38,12 +38,12 @@ library
3838
exposed-modules: Network.JsonRpc.Server
3939
other-modules: Network.JsonRpc.Types
4040
build-depends: base >=4.3 && <4.10,
41-
aeson >=0.6 && <1.1,
41+
aeson >=0.6 && <1.2,
4242
deepseq >= 1.1 && <1.5,
4343
bytestring >=0.9 && <0.11,
4444
mtl >=2.2.1 && <2.3,
4545
text >=0.11 && <1.3,
46-
vector >=0.7.1 && <0.12,
46+
vector >=0.7.1 && <0.13,
4747
unordered-containers >=0.1 && <0.3
4848
hs-source-dirs: src
4949
ghc-options: -Wall
@@ -75,7 +75,7 @@ test-suite tests
7575
type: exitcode-stdio-1.0
7676
build-depends: base,
7777
json-rpc-server,
78-
HUnit >=1.2 && <1.4,
78+
HUnit >=1.2 && <1.6,
7979
test-framework >=0.7 && <0.9,
8080
test-framework-hunit >=0.3 && <0.4,
8181
aeson,

0 commit comments

Comments
 (0)