On Tue, Oct 7, 2008 at 11:16 AM, allan <[EMAIL PROTECTED]> wrote: > > 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.
I was waiting for the "cabal-install" to become standard for this, but since 3 people have explicitly asked for this already, you can go ahead and push it. Thanks! -- JP --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
