Re: bootstrapping

2007-08-16 Thread Thomas Schilling
On 8/16/07, Malcolm Wallace [EMAIL PROTECTED] wrote: As a newbie to the cabal-devel list, I don't know whether this question has already been thought about much, and perhaps even has a really good answer. I notice that the Cabal darcs repo now has a Cabal.cabal file that uses configurations.

Re: bootstrapping

2007-08-16 Thread Duncan Coutts
On Thu, 2007-08-16 at 17:17 +0100, Malcolm Wallace wrote: As a newbie to the cabal-devel list, I don't know whether this question has already been thought about much, and perhaps even has a really good answer. I notice that the Cabal darcs repo now has a Cabal.cabal file that uses

patch applied (cabal): Make 'make tests' runnable again

2007-08-16 Thread Duncan Coutts
Wed Aug 15 17:20:09 PDT 2007 Esa Ilari Vuokko [EMAIL PROTECTED] * Make 'make tests' runnable again M ./Distribution/Simple/Register.hs -1 +1 M ./tests/ModuleTest.hs -1 +1 ___ cabal-devel mailing list cabal-devel@haskell.org

patch applied (cabal): Add some extra functions to Compat.Map that we'll need later

2007-08-16 Thread Duncan Coutts
Thu Aug 16 20:38:00 PDT 2007 Duncan Coutts [EMAIL PROTECTED] * Add some extra functions to Compat.Map that we'll need later M ./Distribution/Compat/Map.hs +12 ___ cabal-devel mailing list cabal-devel@haskell.org

patch applied (cabal): Add a sanity check that the ghc and ghc-pkg versions should be equal

2007-08-16 Thread Duncan Coutts
Thu Aug 16 20:45:19 PDT 2007 Duncan Coutts [EMAIL PROTECTED] * Add a sanity check that the ghc and ghc-pkg versions should be equal This was easy to do now that Programs know how to find their version numbers. M ./Distribution/Simple/GHC.hs -4 +10

patch applied (cabal): Make configure much less verbose by default and give useful output with -v

2007-08-16 Thread Duncan Coutts
Thu Aug 16 21:24:14 PDT 2007 Duncan Coutts [EMAIL PROTECTED] * Make configure much less verbose by default and give useful output with -v This actually brings it into line with the other commands which do not produce much output by default. It is very very quiet by default now though. To

patch applied (cabal): Trivial reformatting

2007-08-16 Thread Duncan Coutts
Thu Aug 16 21:30:02 PDT 2007 Duncan Coutts [EMAIL PROTECTED] * Trivial reformatting M ./Distribution/Setup.hs -2 +3 M ./Distribution/Simple/Configure.hs -22 +22 ___ cabal-devel mailing list cabal-devel@haskell.org

patch applied (cabal): We don't need a short option configure flag for selecting nhc

2007-08-16 Thread Duncan Coutts
Thu Aug 16 21:30:21 PDT 2007 Duncan Coutts [EMAIL PROTECTED] * We don't need a short option configure flag for selecting nhc I don't think we need one for ghc either, but perhaps we shouldn't remove that immediately as people might be using it. It's safe to remove -n now becuase nobody is