[commit: packages/binary] master: Use GHC 7.10.2 on Travis CI instead of GHC 7.10.1. (cd675bb)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 09:42:45 UTC 2015
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/cd675bb30acd66b1301e7f4ac721e1440e1858df
>---------------------------------------------------------------
commit cd675bb30acd66b1301e7f4ac721e1440e1858df
Author: Lennart Kolmodin <kolmodin at google.com>
Date: Thu Jul 30 10:17:25 2015 +0200
Use GHC 7.10.2 on Travis CI instead of GHC 7.10.1.
>---------------------------------------------------------------
cd675bb30acd66b1301e7f4ac721e1440e1858df
.travis.yml | 2 +-
binary.cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index a405342..d77d543 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ env:
- CABALVER=1.18 GHCVER=7.4.2
- CABALVER=1.18 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.4
- - CABALVER=1.22 GHCVER=7.10.1
+ - CABALVER=1.22 GHCVER=7.10.2
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
diff --git a/binary.cabal b/binary.cabal
index 59b55b6..c88993b 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -18,7 +18,7 @@ category: Data, Parsing
stability: provisional
build-type: Simple
cabal-version: >= 1.8
-tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1
+tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
extra-source-files:
README.md changelog.md docs/hcar/binary-Lb.tex tools/derive/*.hs
More information about the ghc-commits
mailing list