Ticket #178 (closed defect: fixed)
register ignores configure's --interfacedir
| Reported by: | awick@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Cabal library | Version: | 1.2.2.0 |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | normal | |
| GHC Version: | 6.4.2 | Platform: | Linux |
Description
Create a little fake library directory (I made .../Setup.lhs, .../testpkg.cabal, and .../TestPkg/Foo.hs).
ghc --make Setup.lhs -o setup -package Cabal ./setup configure --interfacedir=/ ./setup register cat dist/installed-pkg-config
This should result in a line saying
haddock-interfaces: /TestPkg.haddock
but actually generates
haddock-interfaces: /usr/local/share/doc/TestPkg-1.0.0/html/TestPkg.haddock
Change History
Note: See
TracTickets for help on using
tickets.
