[commit: packages/time] ghc, master: Travis: GHC 8.0.2 build (1fcaa07)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 22:05:55 UTC 2017
Repository : ssh://git@git.haskell.org/time
On branches: ghc,master
Link : http://git.haskell.org/packages/time.git/commitdiff/1fcaa07e10d7966356373ed0e946eb078fcdd6e6
>---------------------------------------------------------------
commit 1fcaa07e10d7966356373ed0e946eb078fcdd6e6
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Sat May 13 13:25:51 2017 -0700
Travis: GHC 8.0.2 build
>---------------------------------------------------------------
1fcaa07e10d7966356373ed0e946eb078fcdd6e6
.travis.yml | 3 +++
Checklist | 1 +
2 files changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 4153c83..a6acdde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,9 @@ matrix:
- 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]}}
+ - env: CABALVER=1.24 GHCVER=8.0.2
+ compiler: ": #GHC 8.0.2"
+ addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
before_install:
- unset CC
diff --git a/Checklist b/Checklist
index 8fef7e8..c319dc6 100644
--- a/Checklist
+++ b/Checklist
@@ -20,6 +20,7 @@ Before release:
https://www.stackage.org/lts
stack.yaml
(not necessarily benchmark/stack.yaml)
+ .travis.yml
5. Build & test
More information about the ghc-commits
mailing list