[commit: packages/haskeline] master: Revert the hack that was specific to ghc-7.2.1. (9673f11)
git at git.haskell.org
git at git.haskell.org
Tue Dec 13 19:21:28 UTC 2016
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/9673f11d3377aee523c373f3f3bc4933268cc026
>---------------------------------------------------------------
commit 9673f11d3377aee523c373f3f3bc4933268cc026
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date: Wed Dec 23 22:31:28 2015 -0800
Revert the hack that was specific to ghc-7.2.1.
>---------------------------------------------------------------
9673f11d3377aee523c373f3f3bc4933268cc026
.travis.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index d14919c..f4c0f29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,10 +22,6 @@ before_install:
install:
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- - |
- if [ "$GHCVER" = "7.2.1" ]; then
- sudo /opt/ghc/$GHCVER/bin/ghc-pkg trust base # To avoid a SafeHaskell bug on GHC 7.2.1
- fi
- travis_retry cabal update
- cabal install --only-dependencies
- cabal install "Cabal == $CABALVER.*" # Use the same Cabal version for Setup.hs and cabal-install
More information about the ghc-commits
mailing list