aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/haskell-modules/generic-builder.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* haskell-generic-builder: Add missing preHaddock and postHaddock argumentsJoe Hermaszewski2020-10-231-0/+3
* Merge branch 'staging-next' into stagingJan Tojnar2020-08-231-35/+35
|\
| * haskell-generic-builder: Use args ? attr for passthru (closes #94246)Tyson Whitehead2020-08-151-35/+35
* | Disable static lib for Haskell wasm libsDivam2020-08-051-1/+2
|/
* ghc: don't build with profiling on aarch64 #66277Domen Kožar2020-07-211-3/+3
* haskell/generic-builder.nix: Fix C lib multiple inclusionsRobert Hensing2020-05-151-1/+2
* haskell: tune generic-builder for more parallel build performancePeter Simons2020-05-081-11/+9
* haskell generic-builder: fix Darwin regression for lmdbSimon Chatterjee2020-02-171-1/+1
* haskell generic-builder: Fix package conf handlingSilvan Mosberger2020-01-311-9/+47
* Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'Matthew Bauer2020-01-171-21/+127
|\
| * shellFor: Refactor for consistency and crossJacquin Mininger2020-01-171-21/+127
* | haskell: add quickjump option to the haskell mkDerivationMerlin Göttlinger2020-01-101-0/+2
* | Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-ccJohn Ericson2019-12-251-1/+4
|\|
| * haskell generic-builder: Hack so CPP without a CC worksJohn Ericson2019-12-251-1/+4
* | Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-ccJohn Ericson2019-12-251-1/+1
|\|
| * haskell generic-builder: Fix `--with-ghc` flag for GHCJS as crossJohn Ericson2019-12-251-1/+1
* | Merge remote-tracking branch 'upstream/master' into ghcjs-cross-without-ccJohn Ericson2019-11-251-1/+1
|\ \ | |/ |/|
| * ghcjs: disable profiling by defaultYorick van Pelt2019-11-011-1/+1
* | haskell genenric-builder: Make the C compiler optionalJohn Ericson2019-11-251-1/+4
|/
* treewide: remove unused variables (#63177)volth2019-06-161-1/+1
* Merge staging-next into stagingFrederik Rietdijk2019-04-161-4/+4
|\
| * haskell-generic-builder: disable library-for-ghci by default(cdep)illabout2019-04-121-4/+4
* | haskell: add more hackage mirrors, use mirrors in more placesMatthew Bauer2019-04-051-1/+1
|/
* Add option to disable library-for-ghci in the generic haskell builder.(cdep)illabout2019-04-021-1/+5
* haskell: allow separate bin output, disable by defaultDomen Kožar2019-03-291-5/+15
* generic Haskell builder: don't copy packages from GHCMichael Peyton Jones2019-03-171-1/+10
* haskell-modules/generic-builder.nix: add haddockFlags optionNathan van Doorn2019-02-221-1/+3
* haskell/generic-buidler: make installPhase handle Cabal 2.5's lax fieldsKosyrev Serge2019-02-021-1/+5
* haskell generic-builder.nix: adapt to package config files having more spacesKosyrev Serge2019-01-271-1/+1
* Limit parallel building of Haskell packages. [Fixes #53665]Will Fancher2019-01-211-0/+2
* haskell generic builder: Add flag to allow inconsistent dependencies.Shea Levy2018-12-151-5/+10
* haskellPackages.*.env: Fixed shellHook being ignoredFalco Peijnenburg2018-11-041-0/+1
* haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435]Will Fancher2018-10-181-1/+1
* haskell: re-enable aarch64, but disable parallel builds on that arch.Drew Hess2018-10-051-1/+3
* haskellPackages.*.env: Use shellForSilvan Mosberger2018-10-031-27/+6
* haskell.lib.getBuildInputs: Use generic builder passthru to implementSilvan Mosberger2018-10-031-3/+12
* Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flagJohn Ericson2018-09-181-0/+1
|\
| * haskell infra: Also pass `--with-ar` in cross buildsJohn Ericson2018-09-181-0/+1
* | Merge pull request #46512 from michaelpj/imp/haskell-benchmarksBas van Dijk2018-09-181-0/+1
|\ \
| * | haskell generic builder: enable benchmarks if doBenchmark is trueMichael Peyton Jones2018-09-111-0/+1
| |/
* | More conservative SCC tagging for Haskell librariesAlexander Biehl2018-09-121-1/+1
* | Haskell builder: Use $abi/$libname as --libsubdirAlex Biehl2018-09-121-1/+1
|/
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-301-9/+8
* haskell generic builder: expose enableParallelBuildingDomen Kožar2018-08-261-5/+4
* Update generic-builder.nixMoritz Angermann2018-08-071-10/+8
* [haskell/generic-builder] windows always has an active libraryMoritz Angermann2018-08-071-1/+1
* haskell: don't error if isLibrary = true and no libraries existDomen Kožar2018-07-181-0/+3
* haskell: Pass `dontStrip` to cabal. Fixes #43506Niklas Hambüchen2018-07-141-0/+3
* haskell generic-builder: Make test and benchmark tool depends `nativeBuildInp...John Ericson2018-07-091-3/+5
* Revert "haskell generic-builder: Use strictDeps always"Peter Simons2018-07-041-6/+3