[Hackage] #348: Wrong login details for `cabal upload' is not handled gracefully

2008-09-03 Thread Hackage
#348: Wrong login details for `cabal upload' is not handled gracefully +--- Reporter: chrisdone |Owner: Type: defect | Status: new Priority: normal |Mileston

patch applied (cabal): Fix cabal_macros.h for package names containing '-'

2008-09-03 Thread Duncan Coutts
Wed Sep 3 15:01:16 PDT 2008 Duncan Coutts <[EMAIL PROTECTED]> * Fix cabal_macros.h for package names containing '-' As with the Paths_pkgname module, we map '-' to '_' as the former is not a valid character in cpp macro identifiers. Fixes cpp redefinition warnings. First reported by gwern

patch applied (cabal): Pass the interfaces for the transitive set of dependencies to haddock

2008-09-03 Thread Ian Lynagh
Wed Sep 3 05:38:13 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Pass the interfaces for the transitive set of dependencies to haddock Otherwise we don't get links to types from packages that we don't directly depend on. M ./Distribution/Simple/Haddock.hs -1 +7 View patch online: http://d