From 31f495afe9aebf99bfc75e1b5783f0ea4bf23fbe Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sun, 19 Jul 2026 13:45:49 +0100 Subject: [PATCH] haskellPackages.hie-bios: restrict to 0.19 --- .../haskell-modules/configuration-hackage2nix/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 4f666946cf5f..5d63ae1ac2f9 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -34,6 +34,8 @@ default-package-overrides: - futhark-manifest == 1.8.0.0 # 2026-01-30: Needs to match hasql from Stackage LTS 24 - hasql-notifications < 0.2.5.0 + # 2026-07-19: ghcide/haskell-debugger don't yet support hie-bios 0.20 + - hie-bios < 0.20 # 2025-09-13: hnix 0.17.0 doesn't support hnix-store-core >= 0.8 # https://github.com/haskell-nix/hnix/pull/1112 # Note: When removing this, also remove hnix-store-core from maintainers/scripts/haskell/update-stackage.sh