about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/generic-builder.nix
AgeCommit message (Expand)AuthorFilesLines
2021-11-10haskellPackages.mkDerivation: add doHaddockInterfaces optionPepe Iborra1-1/+6
2021-07-03Merge pull request #129093 from siraben/haskell-mainProgrammaralorn1-0/+2
2021-07-03haskell-generic-build: allow mainProgram to be setBen Siraphob1-0/+2
2021-06-27haskell-generic-builder: support badPlatformssternenseemann1-0/+2
2021-06-21haskell-generic-builder: pass pname and version as issternenseemann1-1/+1
2021-06-09haskell-generic-builder: allow passing flags to the test suite(s)sternenseemann1-2/+6
2021-06-06haskell-generic-builder: fix buildTarget specification if isLibrarysternenseemann1-1/+1
2021-05-22haskell-generic-builder: disable static PIErnhmjoj1-2/+12
2021-05-02Add haskell.lib.setBuiltTarget, and support non library compiling of a single...Isaac Shapira1-1/+6
2021-04-09haskellPackages: add changelog argument to Haskell generic-builder.nix(cdep)illabout1-0/+2
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob1-20/+20
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-7/+7
2021-01-11haskell: Inline static overlayJohn Ericson1-1/+1
2020-10-23haskell-generic-builder: Add missing preHaddock and postHaddock argumentsJoe Hermaszewski1-0/+3
2020-08-23Merge branch 'staging-next' into stagingJan Tojnar1-35/+35
2020-08-15haskell-generic-builder: Use args ? attr for passthru (closes #94246)Tyson Whitehead1-35/+35
2020-08-05Disable static lib for Haskell wasm libsDivam1-1/+2
2020-07-21ghc: don't build with profiling on aarch64 #66277Domen Kožar1-3/+3
2020-05-15haskell/generic-builder.nix: Fix C lib multiple inclusionsRobert Hensing1-1/+2
2020-05-08haskell: tune generic-builder for more parallel build performancePeter Simons1-11/+9
2020-02-17haskell generic-builder: fix Darwin regression for lmdbSimon Chatterjee1-1/+1
2020-01-31haskell generic-builder: Fix package conf handlingSilvan Mosberger1-9/+47
2020-01-17Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'Matthew Bauer1-21/+127
2020-01-17shellFor: Refactor for consistency and crossJacquin Mininger1-21/+127
2020-01-10haskell: add quickjump option to the haskell mkDerivationMerlin Göttlinger1-0/+2
2019-12-25Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-ccJohn Ericson1-1/+4
2019-12-25haskell generic-builder: Hack so CPP without a CC worksJohn Ericson1-1/+4
2019-12-25Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-ccJohn Ericson1-1/+1
2019-12-25haskell generic-builder: Fix `--with-ghc` flag for GHCJS as crossJohn Ericson1-1/+1
2019-11-25Merge remote-tracking branch 'upstream/master' into ghcjs-cross-without-ccJohn Ericson1-1/+1
2019-11-25haskell genenric-builder: Make the C compiler optionalJohn Ericson1-1/+4
2019-11-01ghcjs: disable profiling by defaultYorick van Pelt1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
2019-04-16Merge staging-next into stagingFrederik Rietdijk1-4/+4
2019-04-12haskell-generic-builder: disable library-for-ghci by default(cdep)illabout1-4/+4
2019-04-05haskell: add more hackage mirrors, use mirrors in more placesMatthew Bauer1-1/+1
2019-04-02Add option to disable library-for-ghci in the generic haskell builder.(cdep)illabout1-1/+5
2019-03-29haskell: allow separate bin output, disable by defaultDomen Kožar1-5/+15
2019-03-17generic Haskell builder: don't copy packages from GHCMichael Peyton Jones1-1/+10
2019-02-22haskell-modules/generic-builder.nix: add haddockFlags optionNathan van Doorn1-1/+3
2019-02-02haskell/generic-buidler: make installPhase handle Cabal 2.5's lax fieldsKosyrev Serge1-1/+5
2019-01-27haskell generic-builder.nix: adapt to package config files having more spacesKosyrev Serge1-1/+1
2019-01-21Limit parallel building of Haskell packages. [Fixes #53665]Will Fancher1-0/+2
2018-12-15haskell generic builder: Add flag to allow inconsistent dependencies.Shea Levy1-5/+10
2018-11-04haskellPackages.*.env: Fixed shellHook being ignoredFalco Peijnenburg1-0/+1
2018-10-18haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435]Will Fancher1-1/+1
2018-10-05haskell: re-enable aarch64, but disable parallel builds on that arch.Drew Hess1-1/+3
2018-10-03haskellPackages.*.env: Use shellForSilvan Mosberger1-27/+6
2018-10-03haskell.lib.getBuildInputs: Use generic builder passthru to implementSilvan Mosberger1-3/+12
2018-09-18Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flagJohn Ericson1-0/+1