Merge pull request #1820 from 23Skidoo/patch-1

debian-bootstrap.sh: Install ghc-dyn and ghc-prof.
This commit is contained in:
Adam Bergmark 2016-08-28 23:16:14 +02:00 committed by GitHub
commit 754b1eabff

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 \