[commit: packages/deepseq] master: Update tested GHC versions (cebb784)
git at git.haskell.org
git at git.haskell.org
Wed Apr 20 13:05:27 UTC 2016
Repository : ssh://git@git.haskell.org/deepseq
On branch : master
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/cebb784a6c8e081a7bcd919f6fa9a693b07950e7
>---------------------------------------------------------------
commit cebb784a6c8e081a7bcd919f6fa9a693b07950e7
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Apr 19 19:10:20 2016 +0200
Update tested GHC versions
>---------------------------------------------------------------
cebb784a6c8e081a7bcd919f6fa9a693b07950e7
.travis.yml | 15 +++++++++------
deepseq.cabal | 7 ++++++-
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 2a1f27c..1ff0ad3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,12 +61,15 @@ matrix:
- env: CABALVER=1.22 GHCVER=7.10.1
compiler: ": #GHC 7.10.1"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1], sources: [hvr-ghc]}}
- - env: CABALVER=head GHCVER=head
- compiler: ": #GHC head"
- addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
-
- allow_failures:
- - env: CABALVER=head GHCVER=head
+ - env: CABALVER=1.22 GHCVER=7.10.2
+ compiler: ": #GHC 7.10.2"
+ addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2], sources: [hvr-ghc]}}
+ - env: CABALVER=1.22 GHCVER=7.10.3
+ compiler: ": #GHC 7.10.3"
+ addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
+ - env: CABALVER=1.24 GHCVER=8.0.1
+ compiler: ": #GHC 8.0.1"
+ addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
before_install:
- unset CC
diff --git a/deepseq.cabal b/deepseq.cabal
index c617f5c..0bd8aa9 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -22,7 +22,12 @@ description:
data types.
build-type: Simple
cabal-version: >=1.10
-tested-with: GHC==7.11.*, GHC==7.10.1, GHC==7.8.4, GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1
+tested-with: GHC==8.0.1,
+ GHC==7.10.3, GHC==7.10.2, GHC==7.10.1,
+ GHC==7.8.4, GHC==7.8.3, GHC==7.8.2, GHC==7.8.1,
+ GHC==7.6.3, GHC==7.6.2, GHC==7.6.1,
+ GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1,
+ GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1
extra-source-files: changelog.md
More information about the ghc-commits
mailing list