
Hello, I'm trying to compile a cabal package to debian with cabal-debian and having some trouble. git clone git://github.com/wavewave/hoodle.git cd hoodle/ cabal-debian --debianize --ghc --maintainer Ryan then I get a the following error: cabal-debian: cabal-debian: No bundled package list for ghc Version {versionBranch = [7,4,2], versionTags = []} shouldn't cabal-debian be pulling the package list from the hoodle.cabal file? Thanks, Ryan

On Fri, Feb 1, 2013 at 12:01 AM, Ryan
then I get a the following error: cabal-debian: cabal-debian: No bundled package list for ghc Version {versionBranch = [7,4,2], versionTags = []}
shouldn't cabal-debian be pulling the package list from the hoodle.cabal file?
That error sounds like it's looking for the system package.conf database, not the package's own dependencies. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
participants (2)
-
Brandon Allbery
-
Ryan