#8919: Why is xhtml library installed but not exported to users? -------------------------------------+--------------------------------- Reporter: simons | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.8.3 Component: Build System | Version: 7.8.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | -------------------------------------+--------------------------------- Comment (by Thomas Miedema <thomasmiedema@…>): In [changeset:"47ebe267e8f78eee68333ba12a83d4fa6d763c3b/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="47ebe267e8f78eee68333ba12a83d4fa6d763c3b" Build system: delete REGULAR_INSTALL_DYNLIBS and INSTALL_DYNLIBS Ever since we ship xhtml, terminfo and haskeline (#8919), commit 4caadb7cbee5c176abb99df25c4cc1657ae57f40, REGULAR_INSTALL_DYNLIBS is always empty. REGULAR_INSTALL_PACKAGES = PACKAGES_STAGE1 + compiler + PACKAGES_STAGE2 REGULAR_INSTALL_DYNLIBS = PACKAGES_STAGE1 + PACKAGES_STAGE2 - REGULAR_INSTALL_PACKAGES So we can delete it, and all the places where it is used. This simplifies ghc.mk a bit. Differential Revision: https://phabricator.haskell.org/D1062 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8919#comment:27> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler