Skip to content
Snippets Groups Projects
Commit 0bede071 authored by judah's avatar judah
Browse files

Comment.

parent 1ab1ccbc
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 '?')]"
- travis_retry cabal update
- cabal install --only-dependencies
- cabal install "Cabal == $CABALVER.*"
- cabal install "Cabal == $CABALVER.*" # Use the same Cabal version for Setup.hs and cabal-install
# 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:
......
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