Skip to content

Commit

Permalink
Updated .travis.yml and tested-with field.
Browse files Browse the repository at this point in the history
  • Loading branch information
grayjay committed Aug 7, 2016
1 parent 7666686 commit 8c8f5ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
21 changes: 2 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,14 @@
# release of a major GHC version. Setting HPVER implictly sets
# GHCVER. Omit lines with versions you don't need/want testing for.
env:
# - CABALVER=1.16 GHCVER=6.12.3
- CABALVER=1.18 GHCVER=7.0.1 AESONVER=0.6.0.0
# - CABALVER=1.16 GHCVER=7.0.2
# - CABALVER=1.16 GHCVER=7.0.3
# - CABALVER=1.16 GHCVER=7.0.4
# - CABALVER=1.16 GHCVER=7.2.1
# - CABALVER=1.16 GHCVER=7.2.2
# - CABALVER=1.16 GHCVER=7.4.1
# - CABALVER=1.16 GHCVER=7.4.2
# - CABALVER=1.16 GHCVER=7.6.1
- CABALVER=1.18 GHCVER=7.6.2 AESONVER=0.7.0.4
# - CABALVER=1.18 GHCVER=7.6.3
# - CABALVER=1.18 GHCVER=7.8.1
# - CABALVER=1.18 GHCVER=7.8.2
- CABALVER=1.18 GHCVER=7.8.3 AESONVER=0.8.0.2
- CABALVER=1.18 GHCVER=7.6.3 AESONVER=0.7.0.4
- CABALVER=1.18 GHCVER=7.8.4 AESONVER=0.8.0.2
- CABALVER=1.22 GHCVER=7.10.1 AESONVER=0.9.0.0
- CABALVER=1.22 GHCVER=7.10.2 AESONVER=0.10.0.0
- CABALVER=1.22 GHCVER=7.10.3 AESONVER=0.11.0.0
- CABALVER=1.24 GHCVER=8.0.1 AESONVER=1.0.0.0
- CABALVER=head GHCVER=head
# - CABALVER=1.18 HPVER=2014.2.0.0
# - HPVER=2013.2.0.0
# - HPVER=2012.4.0.0
# - CABALVER=1.18 HPVER=2012.2.0.0
# - HPVER=2011.4.0.0

# Note: the distinction between `before_install` and `install` is not
# important.
Expand Down
3 changes: 2 additions & 1 deletion json-rpc-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ synopsis: JSON-RPC 2.0 on the server side.
build-type: Simple
extra-source-files: changelog.md
cabal-version: >=1.8
tested-with: GHC == 7.0.1, GHC == 7.6.2, GHC == 7.8.3, GHC == 7.10.1
tested-with: GHC == 7.0.1, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1,
GHC == 7.10.2, GHC == 7.10.3, GHC == 8.0.1
homepage: https://github.com/grayjay/json-rpc-server
bug-reports: https://github.com/grayjay/json-rpc-server/issues
description: An implementation of the server side of JSON-RPC 2.0.
Expand Down

0 comments on commit 8c8f5ec

Please sign in to comment.