[commit: packages/bytestring] master: Add GHC 7.10.3 and GHC 7.8.4 to Travis. Drop other GHC 7.8.x (e9daf2c)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:31:29 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/e9daf2cf1f3f10daba9ab87c40c0ec04a321fed0

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

commit e9daf2cf1f3f10daba9ab87c40c0ec04a321fed0
Author: Ossi Herrala <oherrala at gmail.com>
Date:   Thu Sep 1 20:28:19 2016 +0300

    Add GHC 7.10.3 and GHC 7.8.4 to Travis. Drop other GHC 7.8.x


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

e9daf2cf1f3f10daba9ab87c40c0ec04a321fed0
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4eab416..f421a73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ env:
  - GHCVER=7.2.2 CABALVER=1.16
  - GHCVER=7.4.2 CABALVER=1.16
  - GHCVER=7.6.3 CABALVER=1.16
- - GHCVER=7.8.2 CABALVER=1.18
- - GHCVER=7.8.3 CABALVER=1.18
+ - GHCVER=7.8.4 CABALVER=1.18
+ - GHCVER=7.10.3 CABALVER=1.22
  - GHCVER=8.0.1 CABALVER=1.24
  - GHCVER=head  CABALVER=1.24
 



More information about the ghc-commits mailing list