about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
Commit message (Collapse)AuthorAge
...
| | * | xmonad: update to version 0.18.0 in ghc-9.8.x package set to fix the buildPeter Simons2024-02-26
| | | |
| * | | Merge pull request #287794 from wolfgangwalther/dont-check-ifmaralorn2024-02-26
| |\ \ \ | | | | | | | | | | haskellPackages: Avoid re-enabling previously disabled tests
| | * | | haskellPackages: add dontCheckIf helperWolfgang Walther2024-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | Using this helper will prevent introducing problematic doCheck = condition overrides, which accidentally re-enable previously disabled tests.
| | * | | haskellPackages: avoid re-enabling previously disabled testsWolfgang Walther2024-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The intent of all doCheck = <condition>, where condition is possibly true, is to disable the tests in a specific case. However, as currently written, this also has the effect of re-enabling the tests, even if they have been disabled by an override before, e.g. to mkDerivation. This also affects the default value given in mkDerivation, which is !isCross. Before this change, aeson for example, would have been built with tests when cross-compiling, which was not intended. The proper way is to set the doCheck = false attribute only conditionally, and otherwise rely on a previous override or the default value given in mkDerivation.
| * | | | Merge pull request #289469 from t4ccer/t4/containers-unicode-symbols/fixmaralorn2024-02-26
| |\ \ \ \ | | |/ / / | |/| | | haskellPackages.containers-unicode-symbols, haskellPackages.numerals-base: unbreak
| | * | | haskellPackages: regenerate package set based on current configt4ccer2024-02-16
| | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
| | * | | haskellPackages.numerals-base: unbreakt4ccer2024-02-16
| | | | |
| | * | | haskellPackages.containers-unicode-symbols: unbreakt4ccer2024-02-16
| | | | |
| * | | | Merge pull request #284490 from wolfgangwalther/hackage-direct-revisionmaralorn2024-02-26
| |\ \ \ \ | | |_|/ / | |/| | | haskell-modules: Add revision argument to callHackageDirect
| | * | | haskell-modules: add revision argument to callHackageDirectWolfgang Walther2024-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, callHackageDirect was only able to fetch the first revision of a package. Resolves #134747
| * | | | Merge master into haskell-updatesgithub-actions[bot]2024-02-26
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | cachix: 1.7 -> 1.7.1Domen Kožar2024-02-25
| | | | |
| * | | | haskell.packages.ghc96: jailbreak breakRobert Hensing2024-02-19
| | | | |
| * | | | Merge pull request #287483 from rvl/haskell-updates-gi-gtk4maralorn2024-02-18
| |\ \ \ \ | | |_|_|/ | |/| | | haskellPackages.gi-gtk_4: Build fixes
| | * | | haskellPackages: regenerate package set based on current configRodney Lorrimar2024-02-10
| | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
| | * | | haskellPackages.gi-adwaita: Build fixesRodney Lorrimar2024-02-10
| | | | |
| | * | | haskellPackages.gi-gtk_4: Build fixesRodney Lorrimar2024-02-10
| | | | |
| * | | | haskellPackages.xmonad-contrib: drop obsolete patchNaïm Favier2024-02-14
| | | | |
| * | | | haskellPackages: regenerate package set based on current configRobert Hensing2024-02-13
| | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
| * | | | haskellPackages: Clean up brick extra-packages entriesRobert Hensing2024-02-13
| | | | |
| * | | | haskellPackages.matterhorn: 50200.19.0 -> 90000.0.0Robert Hensing2024-02-13
| | | | |
| * | | | haskellPackages.matterhorn: Remove redundant overridesRobert Hensing2024-02-13
| | | | |
| * | | | haskellPackages.mattermost-api: Remove all overridesRobert Hensing2024-02-13
| | |_|/ | |/| | | | | | | | | | They're all included in last week's release, 90000.0.0.
| * | | Merge pull request #286941 from wolfgangwalther/haskell-modulesmaralorn2024-02-10
| |\ \ \ | | |/ / | |/| | Improvements to haskell-modules/generic-builder
| | * | haskellPackages.mkDerivation: refactor to use enableFeature for strippingWolfgang Walther2024-02-08
| | | |
| | * | haskellPackages.mkDerivation: pass -split-sections when cross-compilingWolfgang Walther2024-02-08
| | | | | | | | | | | | | | | | This works around #286285 by passing --enable-split-sections instead of ghc-options.
| | * | haskellPackages.mkDerivation: remove some empty lines and default argumentsWolfgang Walther2024-02-08
| | | |
| | * | haskellPackages.mkDerivation: remove version checks for unsupported GHCWolfgang Walther2024-02-08
| | | | | | | | | | | | | | | | | | | | Most of the version checks for GHC can be removed, because they target versions which are not part of nixpkgs anymore.
| * | | haskellPackages.hal: Not brokenJack Kelly2024-02-08
| |/ / | | | | | | | | | Co-authored-by: sternenseemann <sternenseemann@systemli.org>
| * | haskellPackages.package-version: Not brokenRodney Lorrimar2024-02-08
| | |
| * | haskellPackages.postgresql-libpq: Use pkg-config instead of pg_config to ↵Wolfgang Walther2024-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | find libpq During configure, postgresql-libpq's Setup.hs will try to execute pg_config to find libpq. This will not work when cross-compiling, because pg_config was compiled for the target system, but needs to run on the host. The "use-pkg-config" flag allows to do this via pkg-config instead, which works better in those cases.
| * | haskellPackages.nix-serve-ng: apply patchNaïm Favier2024-02-07
| | |
| * | haskell.packages.ghc94.hw-fingertree: don't checkNaïm Favier2024-02-07
| | |
| * | haskell.packages.ghc94.ghc-exactprint: pin to 1.6.1.3Naïm Favier2024-02-07
| | |
| * | haskellPackages.cabal2nix-unstable: 2024-01-04 -> 2024-02-05maralorn2024-02-05
| | |
| * | Merge pull request #286314 from dalpd/dad-fix-asciimaralorn2024-02-04
| |\ \ | | | | | | | | haskellPackages.ascii: Apply patches to ascii dependencies
| | * | haskellPackages.ascii: Apply patches to ascii dependenciesDeniz Alp Durmaz2024-02-04
| | | | | | | | | | | | | | | | | | | | Hedgehog upper boundaries are too restrictive on a couple of ascii's dependencies, this applies two PRs from upstream as patches.
| * | | specup: initDaniel Rolls2024-02-04
| |/ /
| * | Merge master into haskell-updatesgithub-actions[bot]2024-02-01
| |\|
| | * Merge pull request #279188 from ncfavier/agda-debugNaïm Favier2024-01-31
| | |\ | | | | | | | | agda: enable debug printing
| | | * agda: enable debug printingNaïm Favier2024-01-06
| | | |
| * | | haskellPackages: regenerate package set based on current configmaralorn2024-01-31
| | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
| * | | haskellPackages: stackage LTS 22.7 -> LTS 22.8maralorn2024-01-31
| | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
| * | | Merge master into haskell-updatesgithub-actions[bot]2024-01-29
| |\| |
| | * | haskellPackages.llvm-hs: unpin llvm_9annalee2024-01-27
| | | | | | | | | | | | | | | | | | | | | | | | according https://hydra.nixos.org/build/233205149 the first broken build of llvm-hs was in 2022-02-18 09:30:43. unpin llvm_9 so LLVM9 can be removed from nixpkgs
| | * | haskell.compiler.ghc96: 9.6.3 -> 9.6.4sternenseemann2024-01-23
| | | | | | | | | | | | | | | | | | | | | | | | https://www.haskell.org/ghc/blog/20240109-ghc-9.6.4-released.html Co-authored-by: Ben Gamari <ben@smart-cactus.org>
| * | | haskellPackages.reflex-dom: remove obsolete jailbreakNaïm Favier2024-01-27
| | | |
| * | | haskellPackages.specup add maintainerDaniel Rolls2024-01-27
| | | |
| * | | haskellPackages.paths: Drop maralorn as maintainermaralorn2024-01-26
| | | |
| * | | Merge pull request #283858 from endgame/heist-not-brokenmaralorn2024-01-26
| |\ \ \ | | | | | | | | | | haskellPackages.heist: not broken