[commit: haddock] travis: use cabal-install-2.0 with ghc-8.2 (98ede79)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:51:18 UTC 2017
- Previous message: [commit: haddock] travis: use cabal-install-2.0 with ghc-8.2 (98ede79)
- Next message: [commit: haddock] ghc-head, ghc-head1, ie_avails, wip/new-tree-one-param, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Render (signature) only if it actually is a signature! (a0c4790)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branch : travis
Link : http://git.haskell.org/haddock.git/commitdiff/98ede799ff9ea9be09e9790f7ad4b0229e23a723
>---------------------------------------------------------------
commit 98ede799ff9ea9be09e9790f7ad4b0229e23a723
Author: alexbiehl <alex.biehl at gmail.com>
Date: Tue Apr 18 16:48:57 2017 +0200
use cabal-install-2.0 with ghc-8.2
>---------------------------------------------------------------
98ede799ff9ea9be09e9790f7ad4b0229e23a723
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index afbcb7f..b934473 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@ matrix:
include:
- env: CABALVER=head GHCVER=head
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
- - env: CABALVER=head GHCVER=8.2.1
- addons: {apt: {packages: [cabal-install-head,ghc-8.2.1], sources: [hvr-ghc]}}
+ - env: CABALVER=2.0 GHCVER=8.2.1
+ addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
allow_failures:
- env: CABALVER=head GHCVER=head
- Previous message: [commit: haddock] travis: use cabal-install-2.0 with ghc-8.2 (98ede79)
- Next message: [commit: haddock] ghc-head, ghc-head1, ie_avails, wip/new-tree-one-param, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Render (signature) only if it actually is a signature! (a0c4790)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list