Re: [Hackage] #133: sdist and clean should never be given Maybe LocalBuildInfo
#133: sdist and clean should never be given Maybe LocalBuildInfo ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: task | Status: new Priority: normal | Milestone: Cabal-2.0 Component: Cabal library | Version: 1.1.6 Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.4.2 | Platform: ----------------------------+----------------------------------------------- Comment (by duncan): Half done. {{{ Thu Jun 4 21:38:30 BST 2009 Duncan Coutts <duncan@haskell.org> * Do not pass Maybe LocalBuildInfo to clean hook It is a bad idea for clean to do anything different depending on whether the package was configured already or not. The actual cleaning code did not use the LocalBuildInfo so this only changes in the UserHooks interface. No Setup.hs scripts actually make of this parameter for the clean hook. Part of ticket #133. }}} -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/133#comment:5> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
participants (1)
-
Hackage