[commit: packages/haskeline] master: Avoid a SafeHaskell bug in GHC 7.2.1 (4b007b0)

git at git.haskell.org git at git.haskell.org
Thu Dec 31 22:40:40 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/4b007b03d0a5eae3db2d6db608ef5b01d8113668

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

commit 4b007b03d0a5eae3db2d6db608ef5b01d8113668
Author: RyanGlScott <ryan.gl.scott at gmail.com>
Date:   Wed Dec 23 17:49:27 2015 -0600

    Avoid a SafeHaskell bug in GHC 7.2.1


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

4b007b03d0a5eae3db2d6db608ef5b01d8113668
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index c625dc1..5f8f175 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ before_install:
 install:
  - cabal --version
  - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
+ - ghc-pkg trust base # To avoid a SafeHaskell bug on GHC 7.2.1
  - 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