nixpkgs/pkgs/development
Andres Loeh d068aa9861 Patch ghc-paths to interact better with ghcWithPackages.
When the ghc-paths library is compiled, the paths of the
compiler it is compiled with are being hardcoded in the
library (and can then be queried from other applications
using the library).

But on Nix, packages are compiled with ghc-wrapper, and
subsequently possibly used with a special version of ghc
generated for a particular environment of packages. So
one version of ghc-paths may potentially end up being
used by lots of different instances of ghc. The hardcoding
approach fails.

As a work-around, we now patch ghc-paths so that it allows
setting the paths that can be queried via environment
variables. Specific GHC environments can then set these
environment variables in the wrapper shell script that
invokes GHC.

This should at least partially solve issue #213.
2012-12-16 14:25:15 +01:00
..
androidenv
compilers Patch ghc-paths to interact better with ghcWithPackages. 2012-12-16 14:25:15 +01:00
eclipse
guile-modules
interpreters
libraries Patch ghc-paths to interact better with ghcWithPackages. 2012-12-16 14:25:15 +01:00
misc
ocaml-modules
perl-modules
python-modules python prefix for recursive pth loader and fix typo 2012-12-14 19:47:51 +01:00
qtcreator
ruby-modules
tools phantomjs: it seems upx packing is only used on x86_64 2012-12-14 00:27:43 +01:00
web