A package was missing both from the Precise chroot and for the generic chroot.

Signed-off-by: Michele Tartara <[email protected]>
---
 devel/build_chroot | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/build_chroot b/devel/build_chroot
index 15f10b1..a1bba38 100755
--- a/devel/build_chroot
+++ b/devel/build_chroot
@@ -292,6 +292,9 @@ EOF
       cabal update
 
     in_chroot -- \
+      cabal install --global base64-bytestring
+
+    in_chroot -- \
       cabal install --global shelltestrunner
     ;;
 
@@ -307,6 +310,7 @@ EOF
       libghc-vector-dev libghc-temporary-dev \
       libghc-snap-server-dev libpcre3 libpcre3-dev hscolour hlint pandoc \
       libghc-lifted-base-dev \
+      libghc-base64-bytestring-dev \
       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 \
-- 
1.9.0.rc1.175.g0b1dcb5

Reply via email to