[commit: packages/parallel] master: Add GHC 8.0 to Travis' test matrix (0a5c02d)

git at git.haskell.org git at git.haskell.org
Sat Jan 2 08:17:05 UTC 2016


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

On branch  : master
Link       : http://git.haskell.org/packages/parallel.git/commitdiff/0a5c02d6e98fd5b5dd075c5f31907ed4bb8cb77e

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

commit 0a5c02d6e98fd5b5dd075c5f31907ed4bb8cb77e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Jan 2 08:32:38 2016 +0100

    Add GHC 8.0 to Travis' test matrix


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

0a5c02d6e98fd5b5dd075c5f31907ed4bb8cb77e
 .travis.yml    | 2 +-
 parallel.cabal | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5421b79..4c190b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
 env:
- - CABALVER=1.16 GHCVER=7.0.1
  - CABALVER=1.16 GHCVER=7.0.4
  - CABALVER=1.16 GHCVER=7.2.2
  - CABALVER=1.16 GHCVER=7.4.2
  - CABALVER=1.16 GHCVER=7.6.3
  - CABALVER=1.18 GHCVER=7.8.4
  - CABALVER=1.22 GHCVER=7.10.1
+ - CABALVER=1.24 GHCVER=8.0.1
  - CABALVER=head GHCVER=head
 
 matrix:
diff --git a/parallel.cabal b/parallel.cabal
index 7fa36c2..81d4ae5 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -9,7 +9,7 @@ synopsis:       Parallel programming library
 category:       Control, Parallelism
 build-type:     Simple
 cabal-version:  >=1.10
-tested-with:    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.8.3, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
 description:
     This package provides a library for parallel programming.
 



More information about the ghc-commits mailing list