summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/generic-stack-builder.nix
Commit message (Collapse)AuthorAge
* Merge pull request #17997 from teozkr/fix/buildstackproject-stackrootPeter Simons2016-09-10
|\ | | | | buildStackProject: Fix missing STACK_ROOT causing build errors
| * buildStackProject: Fix missing STACK_ROOT causing build errorsTeo Klestrup Röijezon2016-08-25
| |
* | Haskell stack nix shell: using lib.getLib/Dev nowYPares2016-08-29
|/
* haskell: generic-stack-builder sets an env varYPares2016-06-15
| | | | | | | generic-stack-builder was not setting STACK_PLATFORM_VARIANT="nix". This is required by stack when handling its haskell packages database snapshot. Stack must keep separated packages built with its own GHC and those built with GHC from Nixpkgs.
* haskell.lib.buildStackProject: fix treatment of LD_LIBRARY_PATH.Mathieu Boespflug2016-06-13
| | | | | Don't make LD_LIBRARY_PATH pick up cwd when original string is empty, due to colon terminated search path.
* haskell.lib.buildStackProject: allow passing in a custom GHC version.Mathieu Boespflug2016-06-13
| | | | | | Previously, the user could only compile using the default version of GHC in Nixpkgs. Now this can be changed by setting the `ghc` attribute appropriately.
* haskell-generic-stack-builder: strip trailing whitespacePeter Simons2016-03-04
|
* haskell: Rename file where buildStackProject is defined.Mathieu Boespflug2016-03-04