about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/make-package-set.nix
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Revert "shellFor: Don't suck in src to compare to deps. [Fixes #51079]"Silvan Mosberger1-6/+2
2019-01-29shellFor: Don't suck in src to compare to deps. [Fixes #51079]Will Fancher1-2/+6
2019-01-27Overrides can be passed to callHackageDirectDoug Beardsley1-1/+1
2018-12-25Add a callHackage variant that doesn't require all-cabal-hashesDoug Beardsley1-0/+11
2018-11-22haskellSrc2nix: disallow substitutesGuillaume Bouchard1-0/+1
2018-10-17Update developPackage documentationDoug Beardsley1-6/+6
2018-10-16Add name parameter to developPackageDoug Beardsley1-1/+3
2018-10-03haskellPackages.*.env: Use shellForSilvan Mosberger1-1/+1
2018-10-03haskellPackages.shellFor: Clean and fixupSilvan Mosberger1-7/+33
2018-09-17Merge pull request #46795 from obsidiansystems/late-bind-buildHaskellPackagesJohn Ericson1-4/+3
2018-09-17haskell infra: "late bind" `buildHaskellPackages`John Ericson1-4/+3
2018-09-11Merge pull request #44424 from dhess/callCaball2nixWithOptionBas van Dijk1-13/+16
2018-08-19haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.Shea Levy1-2/+2
2018-08-11Merge pull request #44356 from ElvishJerricco/callcabal2nix-passthru-deriverBas van Dijk1-0/+7
2018-08-10callCabal2nix: Passthru deriverWill Fancher1-0/+7
2018-08-03haskell-modules: add callCabal2nixWithOptions.Drew Hess1-13/+16
2018-07-17haskell-modules: only include glibc locales when using glibcWill Dietz1-1/+1
2018-07-09Haskell infra: Do callPackage splicingJohn Ericson1-2/+15
2018-06-07haskell infra: Use `self.ghc` rather than closing over initial valueJohn Ericson1-3/+2
2018-05-31Merge pull request #41330 from obsidiansystems/haskellSrc2nix-overridingJohn Ericson1-1/+1
2018-05-31haskell infra: Allow overriding `haskellSrc2nix`John Ericson1-1/+1
2018-05-22Merge pull request #40710 from ElvishJerricco/overrideCabal-getHaskellBuildIn...Peter Simons1-2/+2
2018-05-18haskellPackages.developPackage: Add a defaulted provideDrv argumentJohn Wiegley1-5/+14
2018-05-17Make getHaskellBuildInputs / shellFor work with overrideCabalWill Fancher1-2/+2
2018-03-25callHackage: Keep deriver, like callCabal2nixWill Fancher1-4/+15
2018-03-11callCabal2nix: Use host platform rather than build platform for evaluation of...Ken Micklas1-1/+1
2018-03-09haskell.lib.haskellSrc2nix: add extraCabal2nixOptionsRobert Hensing1-2/+2
2018-03-06Haskell: Added haskellPackages.shellForWill Fancher1-0/+46
2018-03-02haskellPackages.callCabal2nix: Depend on the expression.Shea Levy1-10/+14
2018-02-28callCabal2nix: Fix filtering for non-cleanSourceable sources.Shea Levy1-8/+7
2018-02-11Use static cabal2nix in callCabal2nixWill Fancher1-1/+1
2018-01-31Add setFunctionArgs lib function.Shea Levy1-2/+2
2018-01-30Adds modifier option to developPackagepjan vandaele1-5/+6
2018-01-21haskell lib: Make Cabal compiler names explicitBen Gamari1-1/+1
2018-01-21haskell infra: nativeGhc != ghc.bootPkgs.ghcJohn Ericson1-7/+8
2018-01-18Move packageSourceOverrides to haskellLibWill Fancher1-12/+2
2018-01-11callCabal2nix: Fix calling with a path in the store.Shea Levy1-1/+3
2018-01-10callCabal2nix: Use cleanSourceWith for composable filteringShea Levy1-18/+10
2018-01-07ghcWithPackages: fix ghc version passingRobin Gloster1-0/+1
2018-01-04ghcWithPackages: Get rid of unused passthroughJohn Ericson1-1/+0
2018-01-03ghcWithPackages: Fix cross, and avoid needless C compilerJohn Ericson1-1/+1
2018-01-02haskell infra: Fix cross as much as possible without changing hashesJohn Ericson1-10/+15
2017-12-28Revert "hslib: Function to extract the haskell build inputs of a package."Peter Simons1-1/+1
2017-12-23hslib: Function to extract the haskell build inputs of a package.Shea Levy1-1/+1
2017-12-07callCabal2nix: Take advantage of new hpack support.Shea Levy1-1/+3
2017-12-05Revert "Revive multiple outputs for Haskell packages."Peter Simons1-1/+0
2017-11-27Revert "Revert "Merge pull request #27209 from nc6/nc/haskell-multiple-out""Nicholas Clarke1-0/+1
2017-11-06Extract files one at a time from all-cabal-hashesWill Fancher1-3/+9
2017-11-06Revert "Merge branch 'all-cabal-hashes-components'"Will Fancher1-16/+3
2017-10-24haskell-packages: fix all-cabal-hashes component lookupRyan Trinkle1-1/+1