Revision 5349519d

b/devel/build_chroot
230 230
      libghc-vector-dev libghc-temporary-dev \
231 231
      libghc-snap-server-dev libpcre3 libpcre3-dev hscolour hlint pandoc \
232 232
      libghc6-zlib-dev \
233
      libghc-lifted-base-dev \
234 233
      cabal-install\
235 234
      python-setuptools python-sphinx python-epydoc graphviz python-pyparsing \
236 235
      python-simplejson python-pycurl python-paramiko \
......
254 253
       cabal update
255 254

  
256 255
     in_chroot -- \
257
       cabal install --global base64-bytestring
256
       cabal install --global \
257
        base64-bytestring \
258
        'lifted-base>=0.1.2'
258 259
;;
259 260
  precise)
260 261
    # ghc, git-email and other dependencies are hosted in the universe
......
277 278
      libghc-regex-pcre-dev libghc-attoparsec-dev \
278 279
      libghc-vector-dev libghc-temporary-dev \
279 280
      libghc-snap-server-dev libpcre3 libpcre3-dev hscolour hlint pandoc \
280
      libghc-lifted-base-dev \
281 281
      python-setuptools python-sphinx python-epydoc graphviz python-pyparsing \
282 282
      python-simplejson python-pyinotify python-pycurl python-paramiko \
283 283
      python-bitarray python-ipaddr python-yaml qemu-utils python-coverage pep8 \
......
291 291
    in_chroot -- \
292 292
      cabal update
293 293

  
294
    in_chroot -- \
295
      cabal install --global base64-bytestring
294
     in_chroot -- \
295
       cabal install --global \
296
        base64-bytestring \
297
        'lifted-base>=0.1.2'
296 298

  
297 299
    in_chroot -- \
298 300
      cabal install --global shelltestrunner

Also available in: Unified diff