nixpkgs/pkgs/development/haskell-modules
John Ericson 8a8f0408cd generic-builder: use buildInputs for Haskell dependencies
This actually will matter when I (soon) land cross-compilation support,
and native deps are compiled for the build, instead of host, platform.
But even now, it's good style do this, and one less thing to review
later.

The use of `$nativePkgs` is unfortunate, as it will need to be
swapped out for `$crossPkgs` for build != host builds. This will just a
temporarily cause pain, however, as eventually I will change stdenv to
use a `$runPkgs` (or moral equivalent) in both case.

Closes https://github.com/NixOS/nixpkgs/pull/26480.
2017-06-16 20:18:38 +02:00
..
patches
configuration-common.nix stack: build with hpack version 0.17.x 2017-06-16 20:18:38 +02:00
configuration-ghc-6.12.x.nix
configuration-ghc-7.0.x.nix
configuration-ghc-7.2.x.nix
configuration-ghc-7.4.x.nix haskell-doctest: fix build with ghc-7.4.x 2017-06-07 22:12:35 +02:00
configuration-ghc-7.6.x.nix
configuration-ghc-7.8.x.nix
configuration-ghc-7.10.x.nix
configuration-ghc-8.0.x.nix
configuration-ghc-8.2.x.nix ghc821: init at 8.2.1-rc2 (a.k.a., 8.2.0.20170507) 2017-06-15 19:59:38 +02:00
configuration-ghc-head.nix
configuration-ghcjs.nix
configuration-hackage2nix.yaml stack: build with hpack version 0.17.x 2017-06-16 20:18:38 +02:00
configuration-halvm-2.4.0.nix
configuration-nix.nix
default.nix Add haskellPackages.developPackage for local development default.nixes 2017-06-10 20:13:21 -04:00
generic-builder.nix generic-builder: use buildInputs for Haskell dependencies 2017-06-16 20:18:38 +02:00
generic-stack-builder.nix Fix #26441 second try: avoid infinite recursion 2017-06-15 10:22:25 +02:00
hackage-packages.nix hackage-packages.nix: automatic Haskell package set update 2017-06-16 20:18:38 +02:00
hoogle-local-wrapper.sh
hoogle.nix
lib.nix justStaticExecutables: enable -dead_strip on mac to shrink closure 2017-06-14 14:23:53 -03:00
make-package-set.nix haskellPackages.developPackage: Add overrides argument 2017-06-12 19:29:46 -04:00
with-packages-wrapper.nix