summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/generic-builder.nix
Commit message (Expand)AuthorAge
* haskellPackages.mkDerivation: avoid forcing stdenv.cc if missingsternenseemann2023-11-17
* Merge #266878: haskell-modules/generic-builder.nix: set NIX_LDFLAGS top-levelVladimír Čunát2023-11-14
|\
| * haskell-modules/generic-builder.nix: set `NIX_LDFLAGS` at the top levelRandy Eckenrode2023-11-12
* | haskell-modules/generic-builder.nix: work around int conversion errorsRandy Eckenrode2023-11-13
|/
* haskell-modules/generic-builder.nix: work around libc++abi issueRandy Eckenrode2023-11-08
* haskellPackages.mkDerivation: allow overriding automatic propagationsternenseemann2023-08-08
* haskellPackages.mkDerivation: opt to only propagate pkgConfigModulessternenseemann2023-08-08
* haskellPackages.mkDerivation: don't ev allPkgconfigDepends too earlysternenseemann2023-08-07
* haskellPackages.mkDerivation: propagate pc deps for GHC >= 9.4sternenseemann2023-08-07
* haskell: re-enable profiling on aarch64sternenseemann2023-07-04
* haskellPackages.mkDerivation: profiling depends on hostPlatformsternenseemann2023-06-08
* haskellPackages.mkDerivation: small clean upfigsoda2023-05-31
* Move intermediates under `share/haskell`Rebecca Turner2023-05-25
* haskellPackages.mkDerivation: New `intermediates` outputGabriella Gonzalez2023-05-25
* pkgs: fix typosfigsoda2023-05-19
* haskellPackages: support hadrian libdir layoutsternenseemann2023-02-05
* haskellPackages.mkDerivation: refactor libdir calculationsternenseemann2023-02-05
* haskellPackages.mkDerivation: buildPkgDb: use haskellCompilerNamesternenseemann2023-02-05
* haskellPackages.mkDerivation: fix shebangs in JS backend binariessternenseemann2023-01-04
* haskellPackages.mkDerivation: disable stripping in ghcjs cross setsternenseemann2023-01-04
* haskellPackages.mkDerivation: use CC_FOR_BUILD if !stdenv.hasCCsternenseemann2023-01-04
* Merge pull request #172365 from sternenseemann/haskell-mk-derivation-stream-testmaralorn2022-05-21
|\
| * haskellPackages.mkDerivation: show test outputs as they happensternenseemann2022-05-10
* | haskell-modules/generic-builder.nix: use mktemp instead of TMPDIRMatthew Bauer2022-05-05
|/
* Merge pull request #166548 from sternenseemann/fix-ghclibdir-computationsternenseemann2022-04-03
|\
| * haskellPackages.mkDerivation: get ghclibdir via haskellCompilerNamesternenseemann2022-03-31
* | haskellPackages.mkDerivation: fix pkg-config crossrnhmjoj2022-04-01
|/
* haskellPackages.mkDerivation: check haddock availabilityrnhmjoj2022-03-17
* haskellPackages.mkDerivation: add doHaddockInterfaces optionPepe Iborra2021-11-10
* Merge pull request #129093 from siraben/haskell-mainProgrammaralorn2021-07-03
|\
| * haskell-generic-build: allow mainProgram to be setBen Siraphob2021-07-03
* | haskell-generic-builder: support badPlatformssternenseemann2021-06-27
* | haskell-generic-builder: pass pname and version as issternenseemann2021-06-21
|/
* haskell-generic-builder: allow passing flags to the test suite(s)sternenseemann2021-06-09
* haskell-generic-builder: fix buildTarget specification if isLibrarysternenseemann2021-06-06
* haskell-generic-builder: disable static PIErnhmjoj2021-05-22
* Add haskell.lib.setBuiltTarget, and support non library compiling of a single...Isaac Shapira2021-05-02
* haskellPackages: add changelog argument to Haskell generic-builder.nix(cdep)illabout2021-04-09
* pkgs/development: stdenv.lib -> libBen Siraphob2021-01-24
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
* haskell: Inline static overlayJohn Ericson2021-01-11
* haskell-generic-builder: Add missing preHaddock and postHaddock argumentsJoe Hermaszewski2020-10-23
* Merge branch 'staging-next' into stagingJan Tojnar2020-08-23
|\
| * haskell-generic-builder: Use args ? attr for passthru (closes #94246)Tyson Whitehead2020-08-15
* | Disable static lib for Haskell wasm libsDivam2020-08-05
|/
* ghc: don't build with profiling on aarch64 #66277Domen Kožar2020-07-21
* haskell/generic-builder.nix: Fix C lib multiple inclusionsRobert Hensing2020-05-15
* haskell: tune generic-builder for more parallel build performancePeter Simons2020-05-08
* haskell generic-builder: fix Darwin regression for lmdbSimon Chatterjee2020-02-17
* haskell generic-builder: Fix package conf handlingSilvan Mosberger2020-01-31