haskell.packages.ghc96.ghc-lib: 9.6.1.20230312 -> 9.6.2.20230523

This commit is contained in:
Dennis Gosnell 2023-05-29 07:44:11 +09:00
parent b9d249b337
commit 1203b93d86
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 3 additions and 3 deletions

View File

@ -2661,7 +2661,7 @@ self: super: {
# https://github.com/fourmolu/fourmolu/issues/231
fourmolu_0_12_0_0 = dontCheck (super.fourmolu_0_12_0_0.overrideScope (lself: lsuper: {
Cabal-syntax = lself.Cabal-syntax_3_10_1_0;
ghc-lib-parser = lself.ghc-lib-parser_9_6_1_20230312;
ghc-lib-parser = lself.ghc-lib-parser_9_6_2_20230523;
parsec = lself.parsec_3_1_16_1;
text = lself.text_2_0_2;
}));

View File

@ -77,8 +77,8 @@ self: super: {
aeson = doDistribute self.aeson_2_1_2_1;
memory = doDistribute self.memory_0_18_0;
ghc-lib = doDistribute self.ghc-lib_9_6_1_20230312;
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_1_20230312;
ghc-lib = doDistribute self.ghc-lib_9_6_2_20230523;
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_2_20230523;
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_6_0_0;
# allows mtl, template-haskell, text and transformers