On Fri, May 16, 2008 at 10:33 AM, allan <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> So a small problem with depending on a development/darcs version of
> cabal is that it is likely to change.
> localBuildInfoFile was a 'FilePath' set to "dist/setup-config"
>
> http://haskell.org/ghc/docs/latest/html/libraries/Cabal/Distribution-Simple-Configure.html#v%3AlocalBuildInfoFile
>
> but it is now a 'FilePath -> FilePath' where you supply the 'dist' part.
> http://darcs.haskell.org/cabal/Distribution/Simple/Configure.hs
> (localBuildInfoFile) is about a third of the way down.
>
> We should fix this properly, for now in your own local version if you
> just replace 'localBuildInfoFile' with '(localBuildInfoFile "dist") it
> *should* work (WARNING: non-tested).

It will work indeed.

As soon as Cabal 1.4 is released things will be more stable.

-- JP

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to