[commit: packages/binary] master: Update Travis CI to use GHC 7.8.3 -> 7.8.4. (cd7030e)

git at git.haskell.org git at git.haskell.org
Wed Dec 16 09:42:37 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/cd7030ebfdc58867018e35eb56fa7ffef1eeced9

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

commit cd7030ebfdc58867018e35eb56fa7ffef1eeced9
Author: Lennart Kolmodin <kolmodin at google.com>
Date:   Tue Jul 28 13:25:48 2015 +0200

    Update Travis CI to use GHC 7.8.3 -> 7.8.4.


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

cd7030ebfdc58867018e35eb56fa7ffef1eeced9
 .travis.yml  | 2 +-
 binary.cabal | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eb66f2c..a405342 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
 env:
  - CABALVER=1.18 GHCVER=7.4.2
  - CABALVER=1.18 GHCVER=7.6.3
- - CABALVER=1.18 GHCVER=7.8.3
+ - CABALVER=1.18 GHCVER=7.8.4
  - CABALVER=1.22 GHCVER=7.10.1
 
 before_install:
diff --git a/binary.cabal b/binary.cabal
index 8109975..78dc074 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.2, GHC == 7.10.1
+tested-with:     GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1
 extra-source-files:
   README.md changelog.md docs/hcar/binary-Lb.tex tools/derive/*.hs
 



More information about the ghc-commits mailing list