Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
cb4f1ac2
Commit
cb4f1ac2
authored
Jun 11, 2014
by
Mikhail Glushenkov
Browse files
Use cabal-install 1.20 instead of 1.18 on Travis.
parent
43b3b05d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
cb4f1ac2
...
...
@@ -11,8 +11,8 @@ env:
before_install
:
-
travis_retry sudo add-apt-repository -y ppa:hvr/ghc
-
travis_retry sudo apt-get update
-
travis_retry sudo apt-get install cabal-install-1.
18
ghc-$GHCVER-prof ghc-$GHCVER-dyn happy
-
export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/1.
18
/bin:$PATH
-
travis_retry sudo apt-get install cabal-install-1.
20
ghc-$GHCVER-prof ghc-$GHCVER-dyn happy
-
export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/1.
20
/bin:$PATH
install
:
-
sudo /opt/ghc/$GHCVER/bin/ghc-pkg recache
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment