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:
Mikhail Glushenkov 2016-08-28 21:53:26 +01:00 committed by GitHub
parent 81ce8b6f88
commit 5e8c7f91ee

View File

@ -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 \