[commit: packages/haskeline] master: Maybe you need to give the full path with sudo... (bc443ea)

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


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

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

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

commit bc443ea45a186f5e55811f259b4b3048a8f9edea
Author: RyanGlScott <ryan.gl.scott at gmail.com>
Date:   Wed Dec 23 18:12:07 2015 -0600

    Maybe you need to give the full path with sudo...


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

bc443ea45a186f5e55811f259b4b3048a8f9edea
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index af146a4..d8643c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ install:
  - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
  - |
    if [ "$GHCVER" = "7.2.1" ]; then
-     sudo ghc-pkg trust base # To avoid a SafeHaskell bug on GHC 7.2.1
+     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



More information about the ghc-commits mailing list