3
0
Fork 0
forked from mirrors/nixpkgs

haskell.packages.ghc922.ghc-lib-parser-ex: adjust for hackage update

This commit is contained in:
sternenseemann 2022-03-13 13:32:45 +01:00
parent 0f057a8d26
commit 8f980b4383

View file

@ -97,7 +97,7 @@ self: super: {
}) super.ghc-exactprint;
ghc-lib = self.ghc-lib_9_2_2_20220307;
ghc-lib-parser = self.ghc-lib-parser_9_2_2_20220307;
ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_2;
ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_3;
hackage-security = doJailbreak super.hackage-security;
hashable = super.hashable_1_4_0_2;
hashable-time = doJailbreak super.hashable-time;