Do we need to sudo ghc-pkg expose?

This commit is contained in:
Andrew Gibiansky 2015-03-05 16:20:06 -08:00
parent ee13d8e0bd
commit 24dfde704b

View File

@ -32,7 +32,7 @@ install:
- travis_retry cabal install cpphs
- travis_retry cabal install gtk2hs-buildtools
- travis_retry cabal install arithmoi==0.4.* -fllvm
- ghc-pkg expose ghc
- sudo ghc-pkg expose ghc
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
script: