mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge pull request #1820 from 23Skidoo/patch-1
debian-bootstrap.sh: Install ghc-dyn and ghc-prof.
This commit is contained in:
commit
754b1eabff
@ -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