1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Use verbose output when downloading hackage snapshot.

This commit is contained in:
Patrick Thomson 2019-06-12 13:59:32 -04:00
parent bfdb4a1de7
commit 9b0cae0975

View File

@ -28,7 +28,7 @@ before_install:
- cabal --version - cabal --version
install: install:
- cabal new-update hackage.haskell.org - cabal new-update -v hackage.haskell.org
- cabal new-configure --enable-tests --write-ghc-environment-files=always - cabal new-configure --enable-tests --write-ghc-environment-files=always
- cabal new-build --only-dependencies -j - cabal new-build --only-dependencies -j