[Hackage] #440: cabal update ignores configured haddock

#440: cabal update ignores configured haddock ---------------------------------+------------------------------------------ Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.6.0.1 Severity: normal | Keywords: Difficulty: normal | Ghcversion: 6.10.1 Platform: | ---------------------------------+------------------------------------------ When I run `cabal update` it refresh the packages, but does not generate the haddock documentation. This is what i have in the {{{~/.cabal/config}}} file: {{{ .. documentation: True }}} This is what i got in the {{{~/.cabal/packages/hackage.haskell.org/build- reports.log}}} file: {{{ .. install-outcome: InstallOk docs-outcome: NotTried }}} If I rerun the `cabal install <pkg> --reinstall` command, it generates the documentation right. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/440 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#440: cabal update ignores configured haddock ---------------------------------+------------------------------------------ Reporter: guest | Owner: Type: defect | Status: closed Priority: normal | Milestone: Component: cabal-install tool | Version: 1.6.0.1 Severity: normal | Resolution: invalid Keywords: | Difficulty: normal Ghcversion: 6.10.1 | Platform: ---------------------------------+------------------------------------------ Changes (by duncan): * status: new => closed * resolution: => invalid Comment: This is as expected. The `cabal update` command has nothing to do with generating haddock documentation. Documentation is generated when the package is built. Of course it's true that we do not track if the docs are already installed and there is no way to build just the docs. See #282 and #225. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/440#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage