patch applied (cabal): Add a CompilerId type and use it in appropriate places

2008-03-17 Thread Duncan Coutts
Tue Mar 11 20:12:47 PDT 2008 Duncan Coutts [EMAIL PROTECTED] * Add a CompilerId type and use it in appropriate places Especially instead of abusing a PackageIdentifier for the purpose. M ./Distribution/Compiler.hs -1 +19 M ./Distribution/Simple/Build.hs -1 +2 M

patch applied (cabal): Move Dependency and it's show and parser into Package module

2008-03-17 Thread Duncan Coutts
Tue Mar 11 19:00:42 PDT 2008 Duncan Coutts [EMAIL PROTECTED] * Move Dependency and it's show and parser into Package module Rather than having it in Version and its parser elsewhere. The Package module already imports the Version module which exports the VersionRange type. M

patch applied (cabal): Strip executables during installation for ghc

2008-03-17 Thread Duncan Coutts
Mon Mar 17 12:32:14 PDT 2008 Duncan Coutts [EMAIL PROTECTED] * Strip executables during installation for ghc Does not yet have a configure flag to turn this behaviour on and off. That can wait until after the command line flag infrastructure changes. M ./Distribution/Simple/GHC.hs -10

patch applied (cabal): Move the call to ranlib out into a separate function

2008-03-17 Thread Duncan Coutts
Mon Mar 17 12:32:58 PDT 2008 Duncan Coutts [EMAIL PROTECTED] * Move the call to ranlib out into a separate function It's a bit more readable that way. M ./Distribution/Simple/GHC.hs -13 +17 View patch online:

Re: [Hackage] #88: Stripping

2008-03-17 Thread Hackage
#88: Stripping -+-- Reporter: [EMAIL PROTECTED] |Owner: Type: enhancement | Status: new Priority: high|Milestone: Cabal-1.4