From 1756231ea52264d396e9ccaa855d64f32fa35efa Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 6 Nov 2021 17:53:01 +0100 Subject: [PATCH] haskell.packages.ghc921.ghc-lib*: use 9.2.1 version by default hlint still uses the 9.0.1 versions, since its version bounds prevent the 9.2.1 ones from being used for the time being. --- pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index af3fcd141115..8a09f9997efb 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -110,6 +110,9 @@ self: super: { dec = doJailbreak super.dec; ed25519 = doJailbreak super.ed25519; ghc-byteorder = doJailbreak super.ghc-byteorder; + ghc-lib = self.ghc-lib_9_2_1_20211101; + ghc-lib-parser = self.ghc-lib-parser_9_2_1_20211101; + ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1; hackage-security = doJailbreak super.hackage-security; hashable = super.hashable_1_4_0_0; hashable-time = doJailbreak super.hashable-time;