aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/haskell-modules/with-packages-wrapper.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* haskellPackages.ghc.withPackages: Remove obsolete ghcide wrapperMalte Brandy2020-09-181-12/+0
* haskellPackages.haskell-language-server: 0.2.0 -> 0.3.0Malte Brandy2020-08-161-2/+3
* ghc.withPackages: Wrap hls with package lookup envMalte Brandy2020-07-241-4/+6
* ghc.withPackages: Add wrapper for ghcideMalte Brandy2020-06-051-0/+9
* haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8Soares Chen2020-05-291-2/+2
* haskellPackages.ghcWithPackages: fix for GHC 8.10Guillaume Bouchard2020-04-171-1/+12
* Revert "haskell/with-packages-wrapper.nix: install "doc" outputs"Peter Simons2020-01-101-12/+2
* haskell/with-packages-wrapper.nix: remove /bin symlink if it existsMatthew Bauer2020-01-061-0/+9
* haskell/with-packages-wrapper.nix: install "doc" outputsMatthew Bauer2020-01-021-2/+3
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-301-3/+3
* ghcjs-ng: Move to $out/lib/ghcjs-8.4Matthew Bauer2018-06-261-2/+3
* haskell: fix with-packages-wrapper in ghcjsMatthew Bauer2018-06-181-1/+1
* haskellPackages.ghcWithPackages: Wrap haddock with GHC lib dirSarah Brofeldt2018-03-151-0/+9
* haskell-with-packages-wrapper: don't bother with extraOutputsToInstallPeter Simons2018-02-091-1/+0
* Merge pull request #33636 from hamishmack/haskell-internal-libs-darwin2Peter Simons2018-01-121-1/+1
|\
| * haskell: Fix depending on libs with internal libs on darwin.Hamish Mackenzie2018-01-091-1/+1
* | ghcWithPackages: Fix comment URLJohn Ericson2018-01-041-1/+1
* | ghcWithPackages: Get rid of unused passthroughJohn Ericson2018-01-041-2/+0
* | ghcWithPackages: Don't bother with ignoreCollisions cause we don't use buildEnvJohn Ericson2018-01-041-2/+1
* | ghcWithPackages: Fix cross, and avoid needless C compilerJohn Ericson2018-01-031-3/+3
* | haskell infra: Fix cross as much as possible without changing hashesJohn Ericson2018-01-021-3/+2
|/
* Revert "Revive multiple outputs for Haskell packages."Peter Simons2017-12-051-1/+1
* Fix 'ghcWithPackages' as per https://github.com/NixOS/nixpkgs/issues/32082Nicholas Clarke2017-11-271-1/+1
* fix ghcjs socket.ioJude Taylor2017-11-011-0/+3
* replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-071-1/+1
* Fix use of `isDarwin` conditionals.Judah Jacobson2017-05-051-23/+21
* haskell: work around linker limits on Mac OS X Sierra.Judah Jacobson2017-05-051-0/+23
* Init HaLVM at 2.4.0David Johnson2017-03-101-4/+5
* Fix GHCJS HEAD patch; support GHCJS libdir link; use full ghcEnv for GHCJS3noch2017-03-021-10/+11
* Merge pull request #21916 from Profpatsch/ghcWithPackages-docsPeter Simons2017-01-161-0/+4
|\
| * haskell: add doc outputs to with-packages-wrapper.nixProfpatsch2017-01-161-0/+4
* | ghc with-packages-wrapper: Add support for cross-compilingShea Levy2017-01-131-2/+4
|/
* ghc.withPackages: amend the derviation nameProfpatsch2016-11-171-1/+4
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-131-1/+1
* haskell-ng: hoogleLocal supportCharles Strahan2015-06-111-3/+6
* ghcjs: properly wrap binaries in environmentCharles Strahan2015-05-081-22/+25
* ghcWithPackages: add postBuild hook so that users can mess with the generated...Peter Simons2015-04-281-4/+5
* haskell: fix GHC version check for GHCJSCharles Strahan2015-04-031-1/+1
* ghcWithPackages: restore old style (without 'with')Nikolay Amiantov2015-03-291-12/+10
* ghcWithPackages: fix isGhcjs evaluation even some morePeter Simons2015-03-291-3/+4
* ghcjs: fix evaluation error in with-packages-wrapper.nix some morePeter Simons2015-03-291-1/+1
* ghcjs: fix emacs syntax highlightingPeter Simons2015-03-291-1/+1
* ghcjs: fix evaluation error in with-packages-wrapper.nixPeter Simons2015-03-291-1/+1
* ghcjs: support for Haskell-NGCharles Strahan2015-03-291-16/+21
* ghcWithPackages: add withLLVMNikolay Amiantov2015-03-261-8/+18
* ghcWithPackages: don't re-generate the packages.conf.d cache if there are no ...Peter Simons2015-02-221-3/+3
* haskell-generic-builder: re-factor for improved modularityPeter Simons2015-01-171-1/+1
* haskell-generic-builder: simplify "package.conf.d" managementPeter Simons2015-01-101-12/+8
* Work around buildEnv sometimes deciding to make bin a symlinkMichael Raskin2015-01-091-0/+7
* ghcWithPackages: call this derivation exactly like the compiler it's based onPeter Simons2015-01-091-3/+3