mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 04:01:56 +01:00
debian-bootstrap.sh: Install ghc-dyn and ghc-prof.
This is required to make Cabal's test suite work correctly.
This commit is contained in:
parent
81ce8b6f88
commit
5e8c7f91ee
@ -35,6 +35,8 @@ apt-get update
|
||||
apt-get install -y \
|
||||
build-essential \
|
||||
ghc-$GHCVER \
|
||||
ghc-$GHCVER-dyn \
|
||||
ghc-$GHCVER-prof \
|
||||
ghc-$GHCVER-htmldocs \
|
||||
hscolour \
|
||||
sudo \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user