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
GHC
Commits
67e31045
Commit
67e31045
authored
Apr 11, 2016
by
Andrey Mokhov
Browse files
Install alex and happy using cabal to fix Travis failure
parent
bf603593
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
67e31045
...
...
@@ -8,8 +8,6 @@ matrix:
apt
:
packages
:
-
ghc-7.10.3
-
alex-3.1.4
-
happy-1.19.5
-
cabal-install-1.22
-
zlib1g-dev
sources
:
hvr-ghc
...
...
@@ -19,6 +17,7 @@ matrix:
-
PATH="$HOME/.cabal/bin:$PATH"
-
export PATH
-
cabal update
-
cabal install alex happy
-
os
:
osx
env
:
TARGET=utils/ghc-pkg/stage1/build/tmp/ghc-pkg
...
...
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