Dear all It seems that cabal projects are being urged to use "cabal build" as opposed to "runhaskell Setup build"
See: http://hackage.haskell.org/trac/hackage/ticket/355 Currently the "cabalRun" uses "runhaskell Setup ..." This means that when I try to use cabalBuildE I get an error like: Setup.hs: You need to re-run the 'configure' command. The version of Cabal being used has changed (was Cabal-1.4.0.1, now Cabal-1.4.0.2). I have a patch to replace the "runhaskell Setup" behaviour with "cabal command", should I push it? Is there some reason we are currently using "runhaskell Setup", I don't wish to break this for someone else. regards allan --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
