summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/make-package-set.nix
Commit message (Expand)AuthorAge
* haskellPackages.shellFor: Add extraDependenciesRobert Hensing2022-03-15
* haskellPackages.haskellSrc2nix: stdenvNoCC.mkDerivation -> runCommandRobert Hensing2022-02-26
* haskellPackages.callCabal2nix: Use stdenvNoCCRobert Hensing2022-02-26
* haskellPackages.{ghcWithPackages, ghcWithHoogle}: make overrideablesternenseemann2022-01-06
* haskellPackages.callPackage: support returning functionssternenseemann2022-01-06
* haskellPackages.developPackage: Use haskell.lib.compose correctlyEllie Hermaszewska2021-11-08
* haskell: switch from haskell.lib to haskell.lib.composeEllie Hermaszewska2021-11-07
* haskellPackages.callCabal2nixWithOptions: don't guess cabal filenamesternenseemann2021-10-27
* haskellPackages.shellFor: Fix typo in the commentsViacheslav Lotsmanov2021-07-12
* haskell: default name to "" when root isn't a path in developPackageJoe Hermaszewski2021-05-08
* Merge pull request #109059 from jkachmar/haskell-generic-builder-args-modifierDennis Gosnell2021-01-27
|\
| * Adds Haskell generic args builder documentationJoe Kachmar2021-01-14
| * Adds Haskell generic builder argument modifierJoe Kachmar2021-01-11
* | pkgs/development: stdenv.lib -> libBen Siraphob2021-01-24
* | Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure.Peter Simons2021-01-22
|/
* haskell: Add cabal2nixOptions to developPackageJoe Hermaszewski2020-11-13
* haskell: add withHoogle option to developPackageJoe Hermaszewski2020-11-13
* haskell: improve documentation on ghcWithHoogle and developPackageJoe Hermaszewski2020-11-13
* haskellPackages.shellFor: add a doBenchmark argument for enabling benchmarks ...(cdep)illabout2020-11-06
* haskellPackages.shellFor: fix spelling and grammar mistakesDennis Gosnell2020-11-06
* haskellPackages.shellFor: improve documentation(cdep)illabout2020-11-06
* cabal2nix: split into a lightweight version and a wrapperGeorges Dubus2020-03-13
* Merge remote-tracking branch 'upstream/master' into work-on-multi-shellForJohn Ericson2020-02-22
|\
| * Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'Matthew Bauer2020-01-17
| |\
| * | callHackageDirect: correct type signatureJack Kelly2019-11-20
| * | haskellSrc2nixJohn Ericson2019-10-15
| * | haskell: Speed up cross callHackage by using native sourceJohn Ericson2019-10-01
* | | haskell shellFor: Fix hoogleJohn Ericson2020-02-22
| |/ |/|
* | shellFor: Refactor for consistency and crossJacquin Mininger2020-01-17
|/
* treewide: remove unused variables (#63177)volth2019-06-16
* Merge pull request #60406 from JohnAZoidberg/remove-isnullRobin Gloster2019-05-18
|\
| * treewide: Remove usage of isNullDaniel Schaefer2019-04-29
* | Add minimal docs for callHackage and friendsBryan Richter2019-05-14
|/
* haskell: add more hackage mirrors, use mirrors in more placesMatthew Bauer2019-04-05
* Revert "shellFor: Don't suck in src to compare to deps. [Fixes #51079]"Silvan Mosberger2019-02-15
* shellFor: Don't suck in src to compare to deps. [Fixes #51079]Will Fancher2019-01-29
* Overrides can be passed to callHackageDirectDoug Beardsley2019-01-27
* Add a callHackage variant that doesn't require all-cabal-hashesDoug Beardsley2018-12-25
* haskellSrc2nix: disallow substitutesGuillaume Bouchard2018-11-22
* Update developPackage documentationDoug Beardsley2018-10-17
* Add name parameter to developPackageDoug Beardsley2018-10-16
* haskellPackages.*.env: Use shellForSilvan Mosberger2018-10-03
* haskellPackages.shellFor: Clean and fixupSilvan Mosberger2018-10-03
* Merge pull request #46795 from obsidiansystems/late-bind-buildHaskellPackagesJohn Ericson2018-09-17
|\
| * haskell infra: "late bind" `buildHaskellPackages`John Ericson2018-09-17
* | Merge pull request #44424 from dhess/callCaball2nixWithOptionBas van Dijk2018-09-11
|\ \ | |/ |/|
| * haskell-modules: add callCabal2nixWithOptions.Drew Hess2018-08-03
* | haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.Shea Levy2018-08-19
* | Merge pull request #44356 from ElvishJerricco/callcabal2nix-passthru-deriverBas van Dijk2018-08-11
|\ \ | |/ |/|
| * callCabal2nix: Passthru deriverWill Fancher2018-08-10