summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/lib.nix
Commit message (Expand)AuthorAge
* haskell/lib: Introduce markUnbroken helperBen Gamari2019-07-14
* haskell-stack: clean up deep overridesPeter Simons2019-06-19
* haskell: allow separate bin output, disable by defaultDomen Kožar2019-03-29
* haskell generic builder: Add flag to allow inconsistent dependencies.Shea Levy2018-12-15
* Add disable core optimizations (#51464)David Johnson2018-12-03
* Merge remote-tracking branch 'upstream/master' into haskell-bash-completion-2John Ericson2018-11-08
|\
| * Merge pull request #49477 from obsidiansystems/haskell-shell-completionsJohn Ericson2018-10-30
| |\
| * | haskell.lib.buildFromSdist: Allow overrideCabal [Fixes #45018]Will Fancher2018-10-19
| * | haskell.lib.getBuildInputs: Use generic builder passthru to implementSilvan Mosberger2018-10-03
* | | haskellPackages: Add shell completions + improve docsRobert Hensing2018-11-08
| |/ |/|
* | haskell-lib: Factor out shell completion scripts helperJohn Ericson2018-10-30
|/
* Merge pull request #45348 from shlevy/shellFor-all-build-inputsPeter Simons2018-09-02
|\
| * haskellPackages.shellFor: fix after recent getHaskellBuildInputs fix.Shea Levy2018-08-19
* | haskell: disable library profiling for static executablesBas van Dijk2018-08-27
* | haskell lib: Add appendConfigureFlagsJohn Ericson2018-08-20
|/
* haskell.lib.getHaskellBuildInputs: Actually get the haskell build inputs.Shea Levy2018-08-14
* Fix type signatureGabriel Gonzalez2018-07-07
* pkgs.haskell.lib.packagesFromDirectory: forward compatibilityRobert Hensing2018-07-06
* Rename `readDirectory` to `packagesFromDirectory`Gabriel Gonzalez2018-07-04
* Change `readDirectory` to accept an attribute setGabriel Gonzalez2018-07-03
* Add `pkgs.haskell.lib.readDirectory` utilityGabriel Gonzalez2018-07-03
* haskell infra: Adds buildFlags logicMoritz Angermann2018-05-23
* Revert "ghc, haskell infra: #40642 direct to master"Peter Simons2018-05-23
* Merge pull request #40929 from obsidiansystems/cross-ghc-for-masterPeter Simons2018-05-22
|\
| * haskell infra: Adds buildFlags logicMoritz Angermann2018-05-21
* | Make getHaskellBuildInputs / shellFor work with overrideCabalWill Fancher2018-05-17
|/
* haskell.lib: Add {en,dis}ableExecutableProfiling transformerBen Gamari2018-03-29
* Revert "justStaticExecutables: enable -dead_strip on mac to shrink closure"Matthew Bauer2018-03-26
* haskell.lib.markBroken: explicitly disable Hydra buildsPeter Simons2018-01-20
* Move packageSourceOverrides to haskellLibWill Fancher2018-01-18
* Add documentation for haskell-modules/lib.nixRobert Hensing2018-01-12
* haskellLib: Add shellAware functionShea Levy2018-01-10
* Revert "Revert "hslib: Function to extract the haskell build inputs of a pack...Shea Levy2017-12-29
* Revert "hslib: Function to extract the haskell build inputs of a package."Peter Simons2017-12-28
* hslib: Function to extract the haskell build inputs of a package.Shea Levy2017-12-23
* Revert "Revive multiple outputs for Haskell packages."Peter Simons2017-12-05
* Revert "Revert "Merge pull request #27209 from nc6/nc/haskell-multiple-out""Nicholas Clarke2017-11-27
* haskell.lib: strip trailing whitespacePeter Simons2017-09-19
* haskell.lib: add doBenchmark helper functionPeter Simons2017-09-19
* haskell: introduce failOnAllWarningsBas van Dijk2017-09-10
* Revert "Merge pull request #27209 from nc6/nc/haskell-multiple-out"Peter Simons2017-09-06
* Don't build separate bin output for alex.Nicholas Clarke2017-09-04
* Enable multiple outputs for Haskell packages.Nicholas Clarke2017-09-04
* haskell: add combinator to enable DWARF debuggingDomen Kožar2017-09-02
* haskell: add the checkUnusedPackages function including docsBas van Dijk2017-08-30
* haskell: remove any extraneous outputs from sdistTarballMoritz Kiefer2017-08-10
* haskell infra: Misc cleanupsJohn Ericson2017-08-03
* haskell.lib: drop obsolete hasNoDataOutput and hasNoDocOutput functionsPeter Simons2017-07-29
* enable split-output builds for all haskellPackagesmichael bishop2017-07-27
* justStaticExecutables: enable -dead_strip on mac to shrink closuremichael bishop2017-06-14