From 1810337adbb796a4426a66eee810b455388aad8f Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Mon, 23 Jun 2025 19:48:56 +1200 Subject: [PATCH] Fix ghc-lib-parser 9.6.7 --- modules/configuration-nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/configuration-nix.nix b/modules/configuration-nix.nix index 27193807a..bb8d387b6 100644 --- a/modules/configuration-nix.nix +++ b/modules/configuration-nix.nix @@ -75,7 +75,7 @@ in addPackageKeys { packages.ghc-lib-parser.patches = [ (fromUntil "8.10.0.0" "9.2" ../overlays/patches/ghc-lib-parser-8.10-global-unique-counters-in-rts.patch) (fromUntil "9.2.0.0" "9.3" ../overlays/patches/ghc-lib-parser-9.2-global-unique-counters-in-rts.patch) - (fromUntil "9.4.0.0" "9.7" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch) + (fromUntil "9.4.0.0" "9.6.7" ../overlays/patches/ghc-lib-parser-9.4-global-unique-counters-in-rts.patch) ]; packages.ghc-lib-parser.components.library.pre-existing = ["ghc-boot-th"];