[commit: packages/bytestring] wip/nix-local-build: update tested-with (7c4d175)

git at git.haskell.org git at git.haskell.org
Tue May 3 22:44:11 UTC 2016


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

On branch  : wip/nix-local-build
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/7c4d17585f2698a3bfc97437b0678c25540df2d3

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

commit 7c4d17585f2698a3bfc97437b0678c25540df2d3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Apr 13 16:53:40 2016 +0200

    update tested-with


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

7c4d17585f2698a3bfc97437b0678c25540df2d3
 .travis.yml      | 9 ++++++---
 bytestring.cabal | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 05f2f17..75df119 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,9 +23,12 @@ matrix:
     - env: CABALVER=1.24 GHCVER=7.8.4
       compiler: ": #GHC 7.8.4"
       addons: {apt: {packages: [cabal-install-1.24,ghc-7.8.4], sources: [hvr-ghc]}}
-    - env: CABALVER=1.24 GHCVER=7.10.1
-      compiler: ": #GHC 7.10.1"
-      addons: {apt: {packages: [cabal-install-1.24,ghc-7.10.1], sources: [hvr-ghc]}}
+    - env: CABALVER=1.24 GHCVER=7.10.3
+      compiler: ": #GHC 7.10.3"
+      addons: {apt: {packages: [cabal-install-1.24,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/bytestring.cabal b/bytestring.cabal
index bc9d8a4..da92c4d 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -54,7 +54,7 @@ Author:              Don Stewart,
 Maintainer:          Duncan Coutts <duncan at community.haskell.org>
 Homepage:            https://github.com/haskell/bytestring
 Bug-reports:         https://github.com/haskell/bytestring/issues
-Tested-With:         GHC==7.10.1, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==6.12.3
+Tested-With:         GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==6.12.3
 Build-Type:          Simple
 Cabal-Version:       >= 1.10
 extra-source-files:  README.md Changelog.md



More information about the ghc-commits mailing list