<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I'm trying to compile a cabal package to debian with cabal-debian
    and having some trouble.<br>
    <br>
    git clone git://github.com/wavewave/hoodle.git<br>
    cd hoodle/<br>
    cabal-debian --debianize --ghc --maintainer Ryan<br>
    <br>
    then I get a the following error:<br>
    <font color="#ff0000">cabal-debian: cabal-debian: No bundled package
      list for ghc Version {versionBranch = [7,4,2], versionTags = []}</font><br>
    <br>
    shouldn't cabal-debian be pulling the package list from the
    hoodle.cabal file?<br>
    <br>
    Thanks,<br>
    Ryan<br>
    <br>
  </body>
</html>