[GHC] #14039: Add ability to install libraries bundled with ghc into separate prefixes

#14039: Add ability to install libraries bundled with ghc into separate prefixes -------------------------------------+------------------------------------- Reporter: shlevy | Owner: (none) Type: feature | Status: new request | Priority: normal | Milestone: Component: Build System | Version: Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Currently, if I build an executable dynamically linked to 'base' and 'rts' with nix, I am forced to bring the ghc binary and, say, 'hoopl' along at runtime because these are all installed into the same prefix. Having options to indpendently specify output prefixes for each of the libraries would allow us to significantly decrease closure sizes. Ben Gamari suggests this may be doable in the new Hadrian build. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14039 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14039: Add ability to install libraries bundled with ghc into separate prefixes -------------------------------------+------------------------------------- Reporter: shlevy | Owner: (none) Type: feature request | Status: new Priority: normal | Milestone: Component: Build System | Version: Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * cc: snowleopard (added) Comment: Andrey, this is a feature request for Hadrian's `make install`. It's not entirely clear yet how to make this happen but I thought that we should at least write it down. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14039#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14039: Add ability to install libraries bundled with ghc into separate prefixes -------------------------------------+------------------------------------- Reporter: shlevy | Owner: (none) Type: feature request | Status: new Priority: normal | Milestone: Component: Build System | Version: Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by snowleopard): I think it shouldn't be difficult to install different libraries into different locations in Hadrian. But most likely this feature request will have to wait until Hadrian is merged into GHC. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14039#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC