summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/make-package-set.nix
AgeCommit message (Expand)Author
2021-01-27Merge pull request #109059 from jkachmar/haskell-generic-builder-args-modifierDennis Gosnell
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob
2021-01-22Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure.Peter Simons
2021-01-14Adds Haskell generic args builder documentationJoe Kachmar
2021-01-11Adds Haskell generic builder argument modifierJoe Kachmar
2020-11-13haskell: Add cabal2nixOptions to developPackageJoe Hermaszewski
2020-11-13haskell: add withHoogle option to developPackageJoe Hermaszewski
2020-11-13haskell: improve documentation on ghcWithHoogle and developPackageJoe Hermaszewski
2020-11-06haskellPackages.shellFor: add a doBenchmark argument for enabling benchmarks ...(cdep)illabout
2020-11-06haskellPackages.shellFor: fix spelling and grammar mistakesDennis Gosnell
2020-11-06haskellPackages.shellFor: improve documentation(cdep)illabout
2020-03-13cabal2nix: split into a lightweight version and a wrapperGeorges Dubus
2020-02-22Merge remote-tracking branch 'upstream/master' into work-on-multi-shellForJohn Ericson
2020-02-22haskell shellFor: Fix hoogleJohn Ericson
2020-01-17Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'Matthew Bauer
2020-01-17shellFor: Refactor for consistency and crossJacquin Mininger
2019-11-20callHackageDirect: correct type signatureJack Kelly
2019-10-15haskellSrc2nixJohn Ericson
2019-10-01haskell: Speed up cross callHackage by using native sourceJohn Ericson
2019-06-16treewide: remove unused variables (#63177)volth
2019-05-18Merge pull request #60406 from JohnAZoidberg/remove-isnullRobin Gloster
2019-05-14Add minimal docs for callHackage and friendsBryan Richter
2019-04-29treewide: Remove usage of isNullDaniel Schaefer
2019-04-05haskell: add more hackage mirrors, use mirrors in more placesMatthew Bauer
2019-02-15Revert "shellFor: Don't suck in src to compare to deps. [Fixes #51079]"Silvan Mosberger
2019-01-29shellFor: Don't suck in src to compare to deps. [Fixes #51079]Will Fancher
2019-01-27Overrides can be passed to callHackageDirectDoug Beardsley
2018-12-25Add a callHackage variant that doesn't require all-cabal-hashesDoug Beardsley
2018-11-22haskellSrc2nix: disallow substitutesGuillaume Bouchard
2018-10-17Update developPackage documentationDoug Beardsley
2018-10-16Add name parameter to developPackageDoug Beardsley
2018-10-03haskellPackages.*.env: Use shellForSilvan Mosberger
2018-10-03haskellPackages.shellFor: Clean and fixupSilvan Mosberger
2018-09-17Merge pull request #46795 from obsidiansystems/late-bind-buildHaskellPackagesJohn Ericson
2018-09-17haskell infra: "late bind" `buildHaskellPackages`John Ericson
2018-09-11Merge pull request #44424 from dhess/callCaball2nixWithOptionBas van Dijk
2018-08-19haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.Shea Levy
2018-08-11Merge pull request #44356 from ElvishJerricco/callcabal2nix-passthru-deriverBas van Dijk
2018-08-10callCabal2nix: Passthru deriverWill Fancher
2018-08-03haskell-modules: add callCabal2nixWithOptions.Drew Hess
2018-07-17haskell-modules: only include glibc locales when using glibcWill Dietz
2018-07-09Haskell infra: Do callPackage splicingJohn Ericson
2018-06-07haskell infra: Use `self.ghc` rather than closing over initial valueJohn Ericson
2018-05-31Merge pull request #41330 from obsidiansystems/haskellSrc2nix-overridingJohn Ericson
2018-05-31haskell infra: Allow overriding `haskellSrc2nix`John Ericson
2018-05-22Merge pull request #40710 from ElvishJerricco/overrideCabal-getHaskellBuildIn...Peter Simons
2018-05-18haskellPackages.developPackage: Add a defaulted provideDrv argumentJohn Wiegley
2018-05-17Make getHaskellBuildInputs / shellFor work with overrideCabalWill Fancher
2018-03-25callHackage: Keep deriver, like callCabal2nixWill Fancher
2018-03-11callCabal2nix: Use host platform rather than build platform for evaluation of...Ken Micklas