[haskell-llvm] llvm-0.9.0.1 still not building
Tom Nielsen
tanielsen at gmail.com
Tue May 10 09:55:44 BST 2011
change
registerPackage
verbosity installedPkgInfo pkg lbi inplace packageDb
to
registerPackage
verbosity installedPkgInfo pkg lbi inplace [packageDb]
Tom
On Mon, May 9, 2011 at 11:00 PM, Erik de Castro Lopo
<mle+hs at mega-nerd.com> wrote:
> Hi all,
>
> On Debian testing, "cabal configure" results in:
>
> Resolving dependencies...
> [1 of 1] Compiling Main ( Setup.hs, dist/setup/Main.o )
>
> Setup.hs:102:70:
> Couldn't match expected type `[PackageDB]'
> with actual type `PackageDB'
> Expected type: PackageDBStack
> Actual type: PackageDB
> In the sixth argument of `registerPackage', namely `packageDb'
> In the expression:
> registerPackage
> verbosity installedPkgInfo pkg lbi inplace packageDb
>
> This is with ghc 7.0.3 and cabal version 0.8.0.
>
> Would appreciate it if this could be fixed so I can package this
> for Debian. Will be happy to test out of the darcs repo to make
> sure things are working.
>
> Cheers,
> Erik
> --
> ----------------------------------------------------------------------
> Erik de Castro Lopo
> http://www.mega-nerd.com/
>
> _______________________________________________
> Haskell-llvm mailing list
> Haskell-llvm at projects.haskell.org
> http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-llvm
>
More information about the Haskell-llvm
mailing list