about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/make-package-set.nix
AgeCommit message (Expand)AuthorFilesLines
2024-02-11haskell-modules: add revision argument to callHackageDirectWolfgang Walther1-6/+10
2023-12-15treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobsAdam Joseph1-2/+2
2023-10-22haskell.packages.ghc96.tls: fix missing LLVM tools on aarch64sternenseemann1-0/+14
2023-06-14haskellPackages.ghcWithHoogle: Use overridesLars Jellema1-0/+1
2023-05-05haskellPackages: ghcWithPackages needs buildHaskellPackages scopesternenseemann1-1/+1
2023-02-13treewide: use optionalStringFelix Buehler1-1/+1
2022-12-19Merge master into haskell-updatesgithub-actions[bot]1-2/+2
2022-12-17treewide: fix typosfigsoda1-2/+2
2022-12-13haskell.packages.ghc902.haskell-language-server: fixNaïm Favier1-1/+2
2022-11-26haskellPackages.callHackage: updating all-cabal-hashes do not invalidate call...Guillaume Bouchard1-9/+5
2022-10-07haskell: support cross in generateOptparseApplicativeCompletionssternenseemann1-0/+30
2022-08-26Merge master into haskell-updatesgithub-actions[bot]1-2/+15
2022-08-24haskell.lib.makePackageSet: all-cabal-hashes can be a directory (#188203)Alexander Vieth1-2/+15
2022-08-22haskellPackages.cabalSdist: Work around cabal#8413Robert Hensing1-1/+7
2022-06-29haskellPackages: Unalias RunCommandNoCCLocalMartin Weinelt1-1/+1
2022-05-23haskellPackages: Add buildFromCabalSdist (faster, tested)Robert Hensing1-0/+40
2022-03-15haskellPackages.shellFor: Add extraDependenciesRobert Hensing1-2/+14
2022-02-26haskellPackages.haskellSrc2nix: stdenvNoCC.mkDerivation -> runCommandRobert Hensing1-9/+6
2022-02-26haskellPackages.callCabal2nix: Use stdenvNoCCRobert Hensing1-1/+1
2022-01-06haskellPackages.{ghcWithPackages, ghcWithHoogle}: make overrideablesternenseemann1-13/+39
2022-01-06haskellPackages.callPackage: support returning functionssternenseemann1-1/+4
2021-11-08haskellPackages.developPackage: Use haskell.lib.compose correctlyEllie Hermaszewska1-4/+4
2021-11-07haskell: switch from haskell.lib to haskell.lib.composeEllie Hermaszewska1-8/+8
2021-10-27haskellPackages.callCabal2nixWithOptions: don't guess cabal filenamesternenseemann1-1/+1
2021-07-12haskellPackages.shellFor: Fix typo in the commentsViacheslav Lotsmanov1-1/+1
2021-05-08haskell: default name to "" when root isn't a path in developPackageJoe Hermaszewski1-1/+1
2021-01-27Merge pull request #109059 from jkachmar/haskell-generic-builder-args-modifierDennis Gosnell1-2/+33
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-22Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure.Peter Simons1-3/+7
2021-01-14Adds Haskell generic args builder documentationJoe Kachmar1-0/+30
2021-01-11Adds Haskell generic builder argument modifierJoe Kachmar1-2/+3
2020-11-13haskell: Add cabal2nixOptions to developPackageJoe Hermaszewski1-2/+11
2020-11-13haskell: add withHoogle option to developPackageJoe Hermaszewski1-2/+9
2020-11-13haskell: improve documentation on ghcWithHoogle and developPackageJoe Hermaszewski1-0/+10
2020-11-06haskellPackages.shellFor: add a doBenchmark argument for enabling benchmarks ...(cdep)illabout1-2/+10
2020-11-06haskellPackages.shellFor: fix spelling and grammar mistakesDennis Gosnell1-4/+3
2020-11-06haskellPackages.shellFor: improve documentation(cdep)illabout1-30/+136
2020-03-13cabal2nix: split into a lightweight version and a wrapperGeorges Dubus1-1/+1
2020-02-22Merge remote-tracking branch 'upstream/master' into work-on-multi-shellForJohn Ericson1-5/+8
2020-02-22haskell shellFor: Fix hoogleJohn Ericson1-4/+4
2020-01-17Merge remote-tracking branch 'obsidiansystems/work-on-multi-shellFor'Matthew Bauer1-43/+39
2020-01-17shellFor: Refactor for consistency and crossJacquin Mininger1-43/+39
2019-11-20callHackageDirect: correct type signatureJack Kelly1-1/+4
2019-10-15haskellSrc2nixJohn Ericson1-1/+1
2019-10-01haskell: Speed up cross callHackage by using native sourceJohn Ericson1-3/+3
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
2019-05-18Merge pull request #60406 from JohnAZoidberg/remove-isnullRobin Gloster1-1/+1
2019-05-14Add minimal docs for callHackage and friendsBryan Richter1-0/+7
2019-04-29treewide: Remove usage of isNullDaniel Schaefer1-1/+1
2019-04-05haskell: add more hackage mirrors, use mirrors in more placesMatthew Bauer1-1/+1