Skip to content

Commit 8c8f5ec

Browse files
committed
Updated .travis.yml and tested-with field.
1 parent 7666686 commit 8c8f5ec

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

.travis.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,14 @@
1010
# release of a major GHC version. Setting HPVER implictly sets
1111
# GHCVER. Omit lines with versions you don't need/want testing for.
1212
env:
13-
# - CABALVER=1.16 GHCVER=6.12.3
1413
- CABALVER=1.18 GHCVER=7.0.1 AESONVER=0.6.0.0
15-
# - CABALVER=1.16 GHCVER=7.0.2
16-
# - CABALVER=1.16 GHCVER=7.0.3
17-
# - CABALVER=1.16 GHCVER=7.0.4
18-
# - CABALVER=1.16 GHCVER=7.2.1
19-
# - CABALVER=1.16 GHCVER=7.2.2
20-
# - CABALVER=1.16 GHCVER=7.4.1
21-
# - CABALVER=1.16 GHCVER=7.4.2
22-
# - CABALVER=1.16 GHCVER=7.6.1
23-
- CABALVER=1.18 GHCVER=7.6.2 AESONVER=0.7.0.4
24-
# - CABALVER=1.18 GHCVER=7.6.3
25-
# - CABALVER=1.18 GHCVER=7.8.1
26-
# - CABALVER=1.18 GHCVER=7.8.2
27-
- CABALVER=1.18 GHCVER=7.8.3 AESONVER=0.8.0.2
14+
- CABALVER=1.18 GHCVER=7.6.3 AESONVER=0.7.0.4
15+
- CABALVER=1.18 GHCVER=7.8.4 AESONVER=0.8.0.2
2816
- CABALVER=1.22 GHCVER=7.10.1 AESONVER=0.9.0.0
2917
- CABALVER=1.22 GHCVER=7.10.2 AESONVER=0.10.0.0
3018
- CABALVER=1.22 GHCVER=7.10.3 AESONVER=0.11.0.0
3119
- CABALVER=1.24 GHCVER=8.0.1 AESONVER=1.0.0.0
3220
- CABALVER=head GHCVER=head
33-
# - CABALVER=1.18 HPVER=2014.2.0.0
34-
# - HPVER=2013.2.0.0
35-
# - HPVER=2012.4.0.0
36-
# - CABALVER=1.18 HPVER=2012.2.0.0
37-
# - HPVER=2011.4.0.0
3821

3922
# Note: the distinction between `before_install` and `install` is not
4023
# important.

json-rpc-server.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ synopsis: JSON-RPC 2.0 on the server side.
1111
build-type: Simple
1212
extra-source-files: changelog.md
1313
cabal-version: >=1.8
14-
tested-with: GHC == 7.0.1, GHC == 7.6.2, GHC == 7.8.3, GHC == 7.10.1
14+
tested-with: GHC == 7.0.1, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1,
15+
GHC == 7.10.2, GHC == 7.10.3, GHC == 8.0.1
1516
homepage: https://github.com/grayjay/json-rpc-server
1617
bug-reports: https://github.com/grayjay/json-rpc-server/issues
1718
description: An implementation of the server side of JSON-RPC 2.0.

0 commit comments

Comments
 (0)