#3882: Adding libraries to an inplace GHC should JustWork(TM)
------------------------------+---------------------------------------------
Reporter: benl | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: Build System | Version: 6.13
Resolution: fixed | Keywords:
Difficulty: | Os: Unknown/Multiple
Testcase: | Architecture: Unknown/Multiple
Failure: None/Unknown |
------------------------------+---------------------------------------------
Changes (by simonmar):
* status: new => closed
* resolution: => fixed
Comment:
You can now add packages to the build relatively easily: just put them
under `libraries/`, and add them to the variable `EXTRA_PACKAGES` (which
must list packages in dependency order). Packages listed in
`EXTRA_PACKAGES` will not be installed by `make install`, but they will be
included in a test suite run.
Also, there is `darcs --extra get`, which grabs some extra packages
(currently deepseq, parallel, and stm, but probably more later). You
still need to define `EXTRA_PACKAGES` in order to build these packages,
though.
I'm going to close this ticket, leaving #3896 to document the build-system
refactoring that we want to do in this area.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3882#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs