
#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: -------------------------------------+------------------------------------ Comment (by td123): Investigating this further, it looks like this isn't a case of files getting accidentally included. I found the following comment in ghc.mk # If we have built the programs with dynamic libraries, then # ghc will be dynamically linked against haskeline.so etc, so # we need the dynamic libraries of everything down to here Which looks like it includes these libs if DYNAMIC_GHC_PROGRAMS is set to "YES" -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8919#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler