Signed-off-by: Viktor Bachraty <[email protected]>
---
devel/build_chroot | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/build_chroot b/devel/build_chroot
index d1160f6..ca0a483 100755
--- a/devel/build_chroot
+++ b/devel/build_chroot
@@ -1,4 +1,4 @@
-#!/bin/bash
+B#!/bin/bash
#Requirements for this script to work:
#* Make sure that the user who uses the chroot is in group 'src', or change
@@ -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