Fix travis :(
This commit is contained in:
parent
f2e7ecd168
commit
35b40e2fc4
@ -27,17 +27,16 @@ export PATH="$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH"
|
|||||||
# install cabal-install
|
# install cabal-install
|
||||||
./ghcup -v install-cabal
|
./ghcup -v install-cabal
|
||||||
|
|
||||||
cabal new-update
|
|
||||||
|
|
||||||
# https://github.com/haskell/cabal/issues/5516
|
# https://github.com/haskell/cabal/issues/5516
|
||||||
mkdir -p ~/.cabal/store/ghc-8.2.2/package.db
|
mkdir -p ~/.cabal/store/ghc-8.2.2/package.db
|
||||||
|
cabal new-update
|
||||||
|
|
||||||
# this shouldn't be necessary, file bug upstream
|
# this shouldn't be necessary, file bug upstream
|
||||||
cabal new-install --symlink-bindir="$HOME"/.ghcup/bin cabal-install
|
cabal new-install --symlink-bindir="$HOME"/.ghcup/bin cabal-install
|
||||||
mv -f "$HOME"/.ghcup/bin/cabal "$HOME"/.cabal/bin/cabal
|
mv -f "$HOME"/.ghcup/bin/cabal "$HOME"/.cabal/bin/cabal
|
||||||
|
|
||||||
# install shellcheck
|
# install shellcheck
|
||||||
cabal new-update
|
|
||||||
cabal new-install ShellCheck
|
cabal new-install ShellCheck
|
||||||
|
|
||||||
# check our script for errors
|
# check our script for errors
|
||||||
|
Loading…
Reference in New Issue
Block a user