[commit: packages/deepseq] wip/container-travis: Fixup (8132f48)

git at git.haskell.org git at git.haskell.org
Wed Apr 20 13:04:54 UTC 2016


Repository : ssh://git@git.haskell.org/deepseq

On branch  : wip/container-travis
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/8132f4883397dfea08eb57c77cf795b2221473f4

>---------------------------------------------------------------

commit 8132f4883397dfea08eb57c77cf795b2221473f4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Aug 22 10:29:49 2015 +0200

    Fixup


>---------------------------------------------------------------

8132f4883397dfea08eb57c77cf795b2221473f4
 .travis.yml   | 6 ++++++
 deepseq.cabal | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7e02065..2a1f27c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,6 +61,12 @@ 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
 
 before_install:
  - unset CC
diff --git a/deepseq.cabal b/deepseq.cabal
index 6e798a3..79dbd8d 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -22,7 +22,7 @@ description:
     data types.
 build-type:     Simple
 cabal-version:  >=1.10
-tested-with:    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==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
 
 extra-source-files: changelog.md
 



More information about the ghc-commits mailing list