[commit: packages/binary] master: Reenable GHC 7.4.2 on Travis CI (d92acf2)
git at git.haskell.org
git at git.haskell.org
Sat Feb 4 21:17:17 UTC 2017
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/d92acf273202dcbbdac12ac28a8a53c2e6e0a36f
>---------------------------------------------------------------
commit d92acf273202dcbbdac12ac28a8a53c2e6e0a36f
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Sun May 1 11:07:47 2016 +0200
Reenable GHC 7.4.2 on Travis CI
The dependency problem should have been fixed now.
See haskell/tar#15.
>---------------------------------------------------------------
d92acf273202dcbbdac12ac28a8a53c2e6e0a36f
.travis.yml | 2 ++
binary.cabal | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index d3483af..2866756 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ sudo: false
matrix:
include:
+ - env: CABALVER=1.18 GHCVER=7.4.2
+ addons: {apt: {packages: [cabal-install-1.18,ghc-7.4.2], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.6.3
addons: {apt: {packages: [cabal-install-1.18,ghc-7.6.3], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.8.4
diff --git a/binary.cabal b/binary.cabal
index 00916b8..e7ca8a4 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.6.3, GHC == 7.8.4, GHC == 7.10.3
+tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
extra-source-files:
README.md changelog.md docs/hcar/binary-Lb.tex tools/derive/*.hs
More information about the ghc-commits
mailing list