[Hackage] #361: Add documentation location information to cabal list package command
#361: Add documentation location information to cabal list package command ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.2.3.0 Severity: normal | Keywords: Difficulty: normal | Ghcversion: 6.8.2 Platform: | ----------------------------+----------------------------------------------- It would be useful for the cabal list package command to return information about whether the documentation for the package is installed, and if so, where it might be found. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/361> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#361: Add documentation location information to cabal list package command ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: enhancement | Status: new Priority: normal | Milestone: cabal-install-0.6 Component: Cabal library | Version: 1.2.3.0 Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.2 | Platform: ----------------------------+----------------------------------------------- Changes (by duncan): * milestone: => cabal-install-0.6 Comment: This can be fixed in the cabal-install-0.6.x release series without affecting the api. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/361#comment:1> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#361: Add documentation location information to cabal list package command ----------------------------+----------------------------------------------- Reporter: guest | Owner: duncan Type: enhancement | Status: assigned Priority: normal | Milestone: cabal-install-0.6 Component: Cabal library | Version: 1.2.3.0 Severity: normal | Resolution: Keywords: | Difficulty: very easy (<1 hour) Ghcversion: 6.8.2 | Platform: ----------------------------+----------------------------------------------- Changes (by duncan): * status: new => assigned * difficulty: normal => very easy (<1 hour) * owner: => duncan Comment: Mostly done, as part of `cabal info` (see #456) {{{ $ cabal info cabal * Cabal Latest version available: 1.6.0.1 Latest version installed: 1.6.0.2 Homepage: http://www.haskell.org/cabal/ ... ... Documentation: /home/duncan/.cabal/share/doc/Cabal-1.6.0.2/html Modules: Distribution.Compat.ReadP ... }}} There's one TODO left which is to check the dir really exists and that ghc-pkg is not lying to us (which if it is is really our fault in the first place). -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/361#comment:2> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#361: Add documentation location information to cabal list package command ----------------------------+----------------------------------------------- Reporter: guest | Owner: duncan Type: enhancement | Status: assigned Priority: normal | Milestone: cabal-install-0.6 Component: Cabal library | Version: 1.2.3.0 Severity: normal | Resolution: Keywords: | Difficulty: very easy (<1 hour) Ghcversion: 6.8.2 | Platform: ----------------------------+----------------------------------------------- Comment (by duncan): {{{ Fri Jan 23 00:48:10 GMT 2009 Duncan Coutts <duncan@haskell.org> * Fix some FIXMEs and do some TODOs in the list command Now properly prints if the haddock docs are installed and if the tarball is cached. It did print them before but it was lying. }}} -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/361#comment:3> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#361: Add documentation location information to cabal list package command ----------------------------+----------------------------------------------- Reporter: guest | Owner: duncan Type: enhancement | Status: closed Priority: normal | Milestone: cabal-install-0.6 Component: Cabal library | Version: 1.2.3.0 Severity: normal | Resolution: fixed Keywords: | Difficulty: very easy (<1 hour) Ghcversion: 6.8.2 | Platform: ----------------------------+----------------------------------------------- Changes (by duncan): * status: assigned => closed * resolution: => fixed -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/361#comment:4> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
participants (1)
-
Hackage