Signed-off-by: Viktor Bachraty <[email protected]>
---
devel/build_chroot | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/build_chroot b/devel/build_chroot
index d1160f6..80c7f2b 100755
--- a/devel/build_chroot
+++ b/devel/build_chroot
@@ -657,7 +657,7 @@ EOF
libghc-vector-dev libghc-temporary-dev libghc-psqueue-dev \
libghc-cabal-dev \
cabal-install \
- libpcre3 libpcre3-dev happy hscolour pandoc \
+ libpcre3 libpcre3-dev hscolour pandoc \
python-setuptools python-sphinx python-epydoc graphviz python-pyparsing \
python-simplejson python-pyinotify python-pycurl python-paramiko \
python-bitarray python-ipaddr python-yaml qemu-utils python-coverage
pep8 \
@@ -680,6 +680,7 @@ EOF
in_chroot -- \
cabal install --global \
'base64-bytestring>=1' \
+ 'happy>=1.19' \
hslogger-1.2.3 \
'hlint>=1.9.12' \
json-0.7 \
--
2.6.0.rc2.230.g3dd15c0