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
61032aa9
Commit
61032aa9
authored
Apr 22, 2016
by
Andrey Mokhov
Browse files
List installed packages in CI
parent
d1c8ba4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
61032aa9
...
...
@@ -57,6 +57,7 @@ install:
-
( cd ghc && ./boot )
-
( cd ghc && ./configure )
-
cat ghc/shake-build/cfg/system.config
-
ghc-pkg list
script
:
-
( cd ghc/shake-build && cabal haddock --internal )
...
...
appveyor.yml
View file @
61032aa9
...
...
@@ -35,6 +35,7 @@ install:
-
stack --version
-
alex --version
-
happy --version
-
ghc-pkg list
build_script
:
-
cd C:\msys64\home\ghc\shake-build
...
...
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