summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/generic-builder.nix
AgeCommit message (Expand)Author
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
2021-01-11haskell: Inline static overlayJohn Ericson
2020-10-23haskell-generic-builder: Add missing preHaddock and postHaddock argumentsJoe Hermaszewski
2020-08-23Merge branch 'staging-next' into stagingJan Tojnar
2020-08-15haskell-generic-builder: Use args ? attr for passthru (closes #94246)Tyson Whitehead
2020-08-05Disable static lib for Haskell wasm libsDivam
2020-07-21ghc: don't build with profiling on aarch64 #66277Domen Kožar
2020-05-15haskell/generic-builder.nix: Fix C lib multiple inclusionsRobert Hensing
2020-05-08haskell: tune generic-builder for more parallel build performancePeter Simons
2020-02-17haskell generic-builder: fix Darwin regression for lmdbSimon Chatterjee
2020-01-31haskell generic-builder: Fix package conf handlingSilvan Mosberger
2020-01-17Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'Matthew Bauer
2020-01-17shellFor: Refactor for consistency and crossJacquin Mininger
2020-01-10haskell: add quickjump option to the haskell mkDerivationMerlin Göttlinger
2019-12-25Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-ccJohn Ericson
2019-12-25haskell generic-builder: Hack so CPP without a CC worksJohn Ericson
2019-12-25Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-ccJohn Ericson
2019-12-25haskell generic-builder: Fix `--with-ghc` flag for GHCJS as crossJohn Ericson
2019-11-25Merge remote-tracking branch 'upstream/master' into ghcjs-cross-without-ccJohn Ericson
2019-11-25haskell genenric-builder: Make the C compiler optionalJohn Ericson
2019-11-01ghcjs: disable profiling by defaultYorick van Pelt
2019-06-16treewide: remove unused variables (#63177)volth
2019-04-16Merge staging-next into stagingFrederik Rietdijk
2019-04-12haskell-generic-builder: disable library-for-ghci by default(cdep)illabout
2019-04-05haskell: add more hackage mirrors, use mirrors in more placesMatthew Bauer
2019-04-02Add option to disable library-for-ghci in the generic haskell builder.(cdep)illabout
2019-03-29haskell: allow separate bin output, disable by defaultDomen Kožar
2019-03-17generic Haskell builder: don't copy packages from GHCMichael Peyton Jones
2019-02-22haskell-modules/generic-builder.nix: add haddockFlags optionNathan van Doorn
2019-02-02haskell/generic-buidler: make installPhase handle Cabal 2.5's lax fieldsKosyrev Serge
2019-01-27haskell generic-builder.nix: adapt to package config files having more spacesKosyrev Serge
2019-01-21Limit parallel building of Haskell packages. [Fixes #53665]Will Fancher
2018-12-15haskell generic builder: Add flag to allow inconsistent dependencies.Shea Levy
2018-11-04haskellPackages.*.env: Fixed shellHook being ignoredFalco Peijnenburg
2018-10-18haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435]Will Fancher
2018-10-05haskell: re-enable aarch64, but disable parallel builds on that arch.Drew Hess
2018-10-03haskellPackages.*.env: Use shellForSilvan Mosberger
2018-10-03haskell.lib.getBuildInputs: Use generic builder passthru to implementSilvan Mosberger
2018-09-18Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flagJohn Ericson
2018-09-18haskell infra: Also pass `--with-ar` in cross buildsJohn Ericson
2018-09-18Merge pull request #46512 from michaelpj/imp/haskell-benchmarksBas van Dijk
2018-09-12More conservative SCC tagging for Haskell librariesAlexander Biehl
2018-09-12Haskell builder: Use $abi/$libname as --libsubdirAlex Biehl
2018-09-11haskell generic builder: enable benchmarks if doBenchmark is trueMichael Peyton Jones
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson
2018-08-26haskell generic builder: expose enableParallelBuildingDomen Kožar
2018-08-07Update generic-builder.nixMoritz Angermann
2018-08-07[haskell/generic-builder] windows always has an active libraryMoritz Angermann
2018-07-18haskell: don't error if isLibrary = true and no libraries existDomen Kožar