Hi Neil, On Fri, Sep 19, 2008 at 03:51:13PM +0100, Mitchell, Neil wrote: > > > > Yes, and building the darcs version of time doesn't work. > > > > You need to run autoreconf if you get the darcs version. > > If I darcs get the time library, using a GHC binary distribution, isn't > runhaskell Setup configure/build/install sufficient? I thought Cabal was > meant to do this magic for me. I realise when building in-tree time > configure based things are required.
No: Building the time package requires running the configure script. Cabal knows how to run the configure script, but not how to generate it, and the darcs repo doesn't include the configure script as it's a generated file. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
