about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/generic-builder.nix
AgeCommit message (Expand)AuthorFilesLines
2024-06-14haskellPackages.ghcjs-dom: build on js backend of ghc 9.8Alexandre Esteves1-7/+10
2024-06-13Merge master into haskell-updatessternenseemann1-14/+2
2024-06-13doc/haskell: Dedup and edit justStaticExecutablesRobert Hensing1-14/+2
2024-06-10haskellPackages: build with RTS -A64M optionsWolfgang Walther1-6/+4
2024-06-09haskellPackages: Pass ghc-options in generic-builder when cross-compilingWolfgang Walther1-4/+1
2024-05-27haskellPackages.mkDerivation: no rebuild w/o disallowedRequisitessternenseemann1-9/+10
2024-05-27haskell.lib.compose.justStaticExecutables: Forbid references to GHCRebecca Turner1-1/+31
2024-05-26haskellPackages.mkDerivation: limit GHC_PACKAGE_PATH to test suitesternenseemann1-3/+38
2024-04-22haskellPackages.mkDerivation: use emcc as C compiler for ghcjsSlava Gorbunov1-8/+22
2024-04-22haskellPackages.mkDerivation: fix logic errorSlava Gorbunov1-1/+1
2024-03-17Merge master into staging-nextgithub-actions[bot]1-33/+16
2024-03-11llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into...a-n-n-a-l-e-e1-7/+0
2024-02-08haskellPackages.mkDerivation: refactor to use enableFeature for strippingWolfgang Walther1-3/+2
2024-02-08haskellPackages.mkDerivation: pass -split-sections when cross-compilingWolfgang Walther1-2/+1
2024-02-08haskellPackages.mkDerivation: remove some empty lines and default argumentsWolfgang Walther1-5/+3
2024-02-08haskellPackages.mkDerivation: remove version checks for unsupported GHCWolfgang Walther1-32/+19
2023-11-17haskellPackages.mkDerivation: avoid forcing stdenv.cc if missingsternenseemann1-2/+2
2023-11-14Merge #266878: haskell-modules/generic-builder.nix: set NIX_LDFLAGS top-levelVladimír Čunát1-1/+1
2023-11-13haskell-modules/generic-builder.nix: work around int conversion errorsRandy Eckenrode1-0/+6
2023-11-12haskell-modules/generic-builder.nix: set `NIX_LDFLAGS` at the top levelRandy Eckenrode1-1/+1
2023-11-08haskell-modules/generic-builder.nix: work around libc++abi issueRandy Eckenrode1-0/+7
2023-08-08haskellPackages.mkDerivation: allow overriding automatic propagationsternenseemann1-9/+16
2023-08-08haskellPackages.mkDerivation: opt to only propagate pkgConfigModulessternenseemann1-4/+20
2023-08-07haskellPackages.mkDerivation: don't ev allPkgconfigDepends too earlysternenseemann1-3/+1
2023-08-07haskellPackages.mkDerivation: propagate pc deps for GHC >= 9.4sternenseemann1-2/+34
2023-07-04haskell: re-enable profiling on aarch64sternenseemann1-2/+1
2023-06-08haskellPackages.mkDerivation: profiling depends on hostPlatformsternenseemann1-1/+1
2023-05-31haskellPackages.mkDerivation: small clean upfigsoda1-5/+5
2023-05-25Move intermediates under `share/haskell`Rebecca Turner1-4/+7
2023-05-25haskellPackages.mkDerivation: New `intermediates` outputGabriella Gonzalez1-7/+43
2023-05-19pkgs: fix typosfigsoda1-1/+1
2023-02-05haskellPackages: support hadrian libdir layoutsternenseemann1-2/+3
2023-02-05haskellPackages.mkDerivation: refactor libdir calculationsternenseemann1-6/+9
2023-02-05haskellPackages.mkDerivation: buildPkgDb: use haskellCompilerNamesternenseemann1-5/+5
2023-01-04haskellPackages.mkDerivation: fix shebangs in JS backend binariessternenseemann1-1/+3
2023-01-04haskellPackages.mkDerivation: disable stripping in ghcjs cross setsternenseemann1-1/+6
2023-01-04haskellPackages.mkDerivation: use CC_FOR_BUILD if !stdenv.hasCCsternenseemann1-2/+5
2022-05-21Merge pull request #172365 from sternenseemann/haskell-mk-derivation-stream-testmaralorn1-1/+4
2022-05-10haskellPackages.mkDerivation: show test outputs as they happensternenseemann1-1/+4
2022-05-05haskell-modules/generic-builder.nix: use mktemp instead of TMPDIRMatthew Bauer1-3/+4
2022-04-03Merge pull request #166548 from sternenseemann/fix-ghclibdir-computationsternenseemann1-5/+7
2022-04-01haskellPackages.mkDerivation: fix pkg-config crossrnhmjoj1-1/+2
2022-03-31haskellPackages.mkDerivation: get ghclibdir via haskellCompilerNamesternenseemann1-5/+7
2022-03-17haskellPackages.mkDerivation: check haddock availabilityrnhmjoj1-1/+1
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