Re: [Haskell] Re: Trying to install binary-0.4

2007-10-18 Thread Simon Marlow
Ross Paterson wrote: On Wed, Oct 17, 2007 at 12:54:12PM +0100, Simon Marlow wrote: I've written down the proposed policy for versioning here: http://haskell.org/haskellwiki/Package_versioning_policy It turned out there was a previous page written by Bulat that contained essentially this

patch applied (cabal-branches/cabal-1.2): Bump minor version number to 1.2.1

2007-10-18 Thread Duncan Coutts
Wed Oct 17 11:29:39 PDT 2007 Duncan Coutts [EMAIL PROTECTED] * Bump minor version number to 1.2.1 We've added a couple minor features since 1.2.0 M ./Cabal.cabal -2 +2 M ./Makefile -2 +2 M ./releaseNotes -1 +1 ___ cabal-devel mailing

Re: [Hackage] #98: cabal assumes -x option for linking

2007-10-18 Thread Hackage
#98: cabal assumes -x option for linking ---+ Reporter: [EMAIL PROTECTED] |Owner: ijones Type: defect| Status: new Priority: normal|

Re: [Hackage] #98: cabal assumes -x option for linking

2007-10-18 Thread Hackage
#98: cabal assumes -x option for linking ---+ Reporter: [EMAIL PROTECTED] |Owner: ijones Type: defect| Status: new Priority: normal|

patch applied (cabal-branches/cabal-1.2): Update changelog for 1.2.1

2007-10-18 Thread Duncan Coutts
Thu Oct 18 12:15:19 PDT 2007 Duncan Coutts [EMAIL PROTECTED] * Update changelog for 1.2.1 M ./changelog +13 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

patch applied (cabal-branches/cabal-1.2): Correct the spelling of mingw32 in os alias list

2007-10-18 Thread Duncan Coutts
Thu Oct 18 12:56:41 PDT 2007 Duncan Coutts [EMAIL PROTECTED] * Correct the spelling of mingw32 in os alias list Doh! M ./Distribution/Configuration.hs -1 +1 ___ cabal-devel mailing list cabal-devel@haskell.org

Re: [Hackage] #98: cabal assumes -x option for linking

2007-10-18 Thread Hackage
#98: cabal assumes -x option for linking ---+ Reporter: [EMAIL PROTECTED] |Owner: ijones Type: defect| Status: new Priority: normal|

patch applied (cabal-branches/cabal-1.2): don't fail if xxx_hsc_make.c is gone

2007-10-18 Thread Duncan Coutts
Thu Oct 18 09:42:45 PDT 2007 Ross Paterson [EMAIL PROTECTED] * don't fail if xxx_hsc_make.c is gone The non-GHC hsc2hs deletes it even if the compilation fails. M ./Distribution/Simple/Program.hs -1 +2 ___ cabal-devel mailing list

Re: [Haskell] Re: Trying to install binary-0.4

2007-10-18 Thread Duncan Coutts
On Wed, 2007-10-17 at 20:28 +0100, Ian Lynagh wrote: On Wed, Oct 17, 2007 at 01:28:45AM +0100, Duncan Coutts wrote: On Wed, 2007-10-17 at 00:35 +0100, Ian Lynagh wrote: might be a type error if I have multiple versions of foo installed and bar and baz have been compiled against different