[Hackage] #150: haddock docs are installed insensibly in Windows

#150: haddock docs are installed insensibly in Windows -----------------------+---------------------------------------------------- Reporter: eivuokko | Owner: ijones Type: defect | Status: new Priority: normal | Milestone: Component: Cabal | Version: 1.1.6 Severity: normal | Keywords: Ghcversion: 6.4.2 | Difficulty: normal Platform: Windows | -----------------------+---------------------------------------------------- Haddock docs are not installed sensibly in Windows. They go under Common Files, which is silly; Their path doesn't contain compiler version, which makes it hard to install docs for same package version installed for different compilers/versions and they are not relocatable because * default uses absolute paths for references * with a lot of work they can refer to each other via relative paths, but ghc installation isn't installed in similar fashion. And then all packages must also be installed into same prefix. (ie user-only vs admin installs) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/150 Hackage http://example.com/ My example project

#150: haddock docs are installed insensibly in Windows ----------------------------------+----------------------------------------- Reporter: eivuokko | Owner: ijones Type: defect | Status: new Priority: high | Milestone: Cabal-1.2 Component: Cabal | Version: HEAD Severity: normal | Resolution: Keywords: | Ghcversion: 6.4.2 Difficulty: very easy (<1 hour) | Platform: Windows ----------------------------------+----------------------------------------- Changes (by duncan): * difficulty: normal => very easy (<1 hour) * milestone: => Cabal-1.2 * priority: normal => high * version: 1.1.6 => HEAD Comment: Changing the default location is easy see Distribution.Simple.InstallDirs. Making the docs relocatable is hard. Fixing the default location should be done for cabal 1.2, the other will have to be deferred. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/150 Hackage http://example.com/ My example project

#150: haddock docs are not relocatable in Windows -----------------------------+---------------------------------------------- Reporter: eivuokko | Owner: ijones Type: defect | Status: new Priority: normal | Milestone: Cabal-1.4 Component: Cabal | Version: HEAD Severity: normal | Resolution: Keywords: | Ghcversion: 6.4.2 Difficulty: hard (< 1 day) | Platform: Windows -----------------------------+---------------------------------------------- Changes (by duncan): * difficulty: very easy (<1 hour) => hard (< 1 day) * milestone: Cabal-1.2 => Cabal-1.4 * priority: high => normal * summary: haddock docs are installed insensibly in Windows => haddock docs are not relocatable in Windows Comment: The default location has been improved. It doesn't contain the compiler however. But you can override that with --docdir=... Changing summary, priority & difficulty to reflect the remaining part of the problem. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/150 Hackage http://example.com/ My example project
participants (1)
-
Hackage