summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/make-package-set.nix
AgeCommit message (Expand)Author
2023-12-15treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobsAdam Joseph
2023-10-22haskell.packages.ghc96.tls: fix missing LLVM tools on aarch64sternenseemann
2023-06-14haskellPackages.ghcWithHoogle: Use overridesLars Jellema
2023-05-05haskellPackages: ghcWithPackages needs buildHaskellPackages scopesternenseemann
2023-02-13treewide: use optionalStringFelix Buehler
2022-12-19Merge master into haskell-updatesgithub-actions[bot]
2022-12-17treewide: fix typosfigsoda
2022-12-13haskell.packages.ghc902.haskell-language-server: fixNaïm Favier
2022-11-26haskellPackages.callHackage: updating all-cabal-hashes do not invalidate call...Guillaume Bouchard
2022-10-07haskell: support cross in generateOptparseApplicativeCompletionssternenseemann
2022-08-26Merge master into haskell-updatesgithub-actions[bot]
2022-08-24haskell.lib.makePackageSet: all-cabal-hashes can be a directory (#188203)Alexander Vieth
2022-08-22haskellPackages.cabalSdist: Work around cabal#8413Robert Hensing
2022-06-29haskellPackages: Unalias RunCommandNoCCLocalMartin Weinelt
2022-05-23haskellPackages: Add buildFromCabalSdist (faster, tested)Robert Hensing
2022-03-15haskellPackages.shellFor: Add extraDependenciesRobert Hensing
2022-02-26haskellPackages.haskellSrc2nix: stdenvNoCC.mkDerivation -> runCommandRobert Hensing
2022-02-26haskellPackages.callCabal2nix: Use stdenvNoCCRobert Hensing
2022-01-06haskellPackages.{ghcWithPackages, ghcWithHoogle}: make overrideablesternenseemann
2022-01-06haskellPackages.callPackage: support returning functionssternenseemann
2021-11-08haskellPackages.developPackage: Use haskell.lib.compose correctlyEllie Hermaszewska
2021-11-07haskell: switch from haskell.lib to haskell.lib.composeEllie Hermaszewska
2021-10-27haskellPackages.callCabal2nixWithOptions: don't guess cabal filenamesternenseemann
2021-07-12haskellPackages.shellFor: Fix typo in the commentsViacheslav Lotsmanov
2021-05-08haskell: default name to "" when root isn't a path in developPackageJoe Hermaszewski
2021-01-27Merge pull request #109059 from jkachmar/haskell-generic-builder-args-modifierDennis Gosnell
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob
2021-01-22Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure.Peter Simons
2021-01-14Adds Haskell generic args builder documentationJoe Kachmar
2021-01-11Adds Haskell generic builder argument modifierJoe Kachmar
2020-11-13haskell: Add cabal2nixOptions to developPackageJoe Hermaszewski
2020-11-13haskell: add withHoogle option to developPackageJoe Hermaszewski
2020-11-13haskell: improve documentation on ghcWithHoogle and developPackageJoe Hermaszewski
2020-11-06haskellPackages.shellFor: add a doBenchmark argument for enabling benchmarks ...(cdep)illabout
2020-11-06haskellPackages.shellFor: fix spelling and grammar mistakesDennis Gosnell
2020-11-06haskellPackages.shellFor: improve documentation(cdep)illabout
2020-03-13cabal2nix: split into a lightweight version and a wrapperGeorges Dubus
2020-02-22Merge remote-tracking branch 'upstream/master' into work-on-multi-shellForJohn Ericson
2020-02-22haskell shellFor: Fix hoogleJohn Ericson
2020-01-17Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'Matthew Bauer
2020-01-17shellFor: Refactor for consistency and crossJacquin Mininger
2019-11-20callHackageDirect: correct type signatureJack Kelly
2019-10-15haskellSrc2nixJohn Ericson
2019-10-01haskell: Speed up cross callHackage by using native sourceJohn Ericson
2019-06-16treewide: remove unused variables (#63177)volth
2019-05-18Merge pull request #60406 from JohnAZoidberg/remove-isnullRobin Gloster
2019-05-14Add minimal docs for callHackage and friendsBryan Richter
2019-04-29treewide: Remove usage of isNullDaniel Schaefer
2019-04-05haskell: add more hackage mirrors, use mirrors in more placesMatthew Bauer
2019-02-15Revert "shellFor: Don't suck in src to compare to deps. [Fixes #51079]"Silvan Mosberger