summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/with-packages-wrapper.nix
AgeCommit message (Expand)Author
2020-09-18haskellPackages.ghc.withPackages: Remove obsolete ghcide wrapperMalte Brandy
2020-08-16haskellPackages.haskell-language-server: 0.2.0 -> 0.3.0Malte Brandy
2020-07-24ghc.withPackages: Wrap hls with package lookup envMalte Brandy
2020-06-05ghc.withPackages: Add wrapper for ghcideMalte Brandy
2020-05-29haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8Soares Chen
2020-04-17haskellPackages.ghcWithPackages: fix for GHC 8.10Guillaume Bouchard
2020-01-10Revert "haskell/with-packages-wrapper.nix: install "doc" outputs"Peter Simons
2020-01-06haskell/with-packages-wrapper.nix: remove /bin symlink if it existsMatthew Bauer
2020-01-02haskell/with-packages-wrapper.nix: install "doc" outputsMatthew Bauer
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson
2018-06-26ghcjs-ng: Move to $out/lib/ghcjs-8.4Matthew Bauer
2018-06-18haskell: fix with-packages-wrapper in ghcjsMatthew Bauer
2018-03-15haskellPackages.ghcWithPackages: Wrap haddock with GHC lib dirSarah Brofeldt
2018-02-09haskell-with-packages-wrapper: don't bother with extraOutputsToInstallPeter Simons
2018-01-12Merge pull request #33636 from hamishmack/haskell-internal-libs-darwin2Peter Simons
2018-01-09haskell: Fix depending on libs with internal libs on darwin.Hamish Mackenzie
2018-01-04ghcWithPackages: Fix comment URLJohn Ericson
2018-01-04ghcWithPackages: Get rid of unused passthroughJohn Ericson
2018-01-04ghcWithPackages: Don't bother with ignoreCollisions cause we don't use buildEnvJohn Ericson
2018-01-03ghcWithPackages: Fix cross, and avoid needless C compilerJohn Ericson
2018-01-02haskell infra: Fix cross as much as possible without changing hashesJohn Ericson
2017-12-05Revert "Revive multiple outputs for Haskell packages."Peter Simons
2017-11-27Fix 'ghcWithPackages' as per https://github.com/NixOS/nixpkgs/issues/32082Nicholas Clarke
2017-11-01fix ghcjs socket.ioJude Taylor
2017-08-07replace "Mac OS X" and "OS X" with "macOS"davidak
2017-05-05Fix use of `isDarwin` conditionals.Judah Jacobson
2017-05-05haskell: work around linker limits on Mac OS X Sierra.Judah Jacobson
2017-03-10Init HaLVM at 2.4.0David Johnson
2017-03-02Fix GHCJS HEAD patch; support GHCJS libdir link; use full ghcEnv for GHCJS3noch
2017-01-16Merge pull request #21916 from Profpatsch/ghcWithPackages-docsPeter Simons
2017-01-16haskell: add doc outputs to with-packages-wrapper.nixProfpatsch
2017-01-13ghc with-packages-wrapper: Add support for cross-compilingShea Levy
2016-11-17ghc.withPackages: amend the derviation nameProfpatsch
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov
2015-06-11haskell-ng: hoogleLocal supportCharles Strahan
2015-05-08ghcjs: properly wrap binaries in environmentCharles Strahan
2015-04-28ghcWithPackages: add postBuild hook so that users can mess with the generated...Peter Simons
2015-04-03haskell: fix GHC version check for GHCJSCharles Strahan
2015-03-29ghcWithPackages: restore old style (without 'with')Nikolay Amiantov
2015-03-29ghcWithPackages: fix isGhcjs evaluation even some morePeter Simons
2015-03-29ghcjs: fix evaluation error in with-packages-wrapper.nix some morePeter Simons
2015-03-29ghcjs: fix emacs syntax highlightingPeter Simons
2015-03-29ghcjs: fix evaluation error in with-packages-wrapper.nixPeter Simons
2015-03-29ghcjs: support for Haskell-NGCharles Strahan
2015-03-26ghcWithPackages: add withLLVMNikolay Amiantov
2015-02-22ghcWithPackages: don't re-generate the packages.conf.d cache if there are no ...Peter Simons
2015-01-17haskell-generic-builder: re-factor for improved modularityPeter Simons
2015-01-10haskell-generic-builder: simplify "package.conf.d" managementPeter Simons
2015-01-09Work around buildEnv sometimes deciding to make bin a symlinkMichael Raskin
2015-01-09ghcWithPackages: call this derivation exactly like the compiler it's based onPeter Simons