[haskell-llvm] LLVM and Cabal 1.10.0.0

Maciej Piechotka uzytkownik2 at gmail.com
Sun Dec 12 05:19:36 EST 2010


About recent problems with building LLVM with GHC-7 + Cabal 1.10.0.0:

After changin the offending lines to:

    packageDb = case flagToList (regPackageDB regFlags) of
                    [] -> [GlobalPackageDB,
                           registrationPackageDB (withPackageDB lbi)]
                    xs -> xs

everything seems to be OK (in one settings).

I had no time to prepare full patch but I hope I will either send it soon or it
will be prepared by someone else.

Regards




More information about the Haskell-llvm mailing list