haskell.packages.ghc8107.ghc-lib: downgrade to 9.2.*

ghc-lib >= 9.4 won't compile with GHC 8.10 anymore, so we'll use the
newest version that still works (we used ghc-lib == 9.2.* with Stackage
LTS 20 as well).
This commit is contained in:
sternenseemann 2023-08-17 01:31:39 +02:00
parent a08eda861a
commit c24a28822e

View file

@ -116,8 +116,9 @@ self: super: {
hls-overloaded-record-dot-plugin = null;
}));
ghc-lib-parser = super.ghc-lib-parser_9_2_7_20230228;
ghc-lib-parser-ex = super.ghc-lib-parser-ex_9_2_1_1;
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_2_7_20230228;
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_2_1_1;
ghc-lib = doDistribute self.ghc-lib_9_2_7_20230228;
mod = super.mod_0_1_2_2;
path-io = doJailbreak super.path-io;