Commit ee13d8e0 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Expose ghc pkg for ghc and HSpec tests

parent 715c961d
...@@ -32,6 +32,7 @@ install: ...@@ -32,6 +32,7 @@ install:
- travis_retry cabal install cpphs - travis_retry cabal install cpphs
- travis_retry cabal install gtk2hs-buildtools - travis_retry cabal install gtk2hs-buildtools
- travis_retry cabal install arithmoi==0.4.* -fllvm - travis_retry cabal install arithmoi==0.4.* -fllvm
- 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. # 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: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment