[GHC] #8919: Why is xhtml library installed but not exported to users?
GHC
ghc-devs at haskell.org
Fri May 2 06:43:00 UTC 2014
#8919: Why is xhtml library installed but not exported to users?
-------------------------------------+------------------------------------
Reporter: simons | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.8.3
Component: Build System | Version: 7.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: Other | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Changes (by slyfox):
* cc: slyfox@… (added)
Comment:
hoopl/transformers are only used by exported 'ghc' library.
To make users load it into, say, ghci you need to export it completely
(ghci -package ghc).
xhtml used by haddock binary, terminfo/haskeline used by ghc binary
(--interactive mode, aka GHCi).
Thus they need only dynamic libs, no need to export them.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8919#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list