Skip to content
Snippets Groups Projects
Commit bc443ea4 authored by Ryan Scott's avatar Ryan Scott
Browse files

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

parent 02d82c6a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment