mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
haskell.packages.ghc884.ghc-lib: downgrade to match ghc-lib-parser
This commit is contained in:
parent
4228784870
commit
476fea7090
@ -141,11 +141,12 @@ self: super: {
|
||||
|
||||
hlint = self.hlint_3_2_8;
|
||||
|
||||
ghc-lib-parser = self.ghc-lib-parser_8_10_7_20220219;
|
||||
ghc-lib-parser = doDistribute self.ghc-lib-parser_8_10_7_20220219;
|
||||
ghc-lib = doDistribute self.ghc-lib_8_10_7_20220219;
|
||||
|
||||
# ghc versions which don’t match the ghc-lib-parser-ex version need the
|
||||
# additional dependency to compile successfully.
|
||||
ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser self.ghc-lib-parser-ex_8_10_0_24;
|
||||
ghc-lib-parser-ex = doDistribute (addBuildDepend self.ghc-lib-parser self.ghc-lib-parser-ex_8_10_0_24);
|
||||
|
||||
# has a restrictive lower bound on Cabal
|
||||
fourmolu = doJailbreak super.fourmolu;
|
||||
|
Loading…
Reference in New Issue
Block a user