haskellPackages.prettyprinter: make sure everything depends on this correctly
This commit is contained in:
committed by
Peter Simons
parent
025faad9a9
commit
a0171c6439
@@ -93,7 +93,7 @@ self: super: {
|
||||
optparse-applicative = self.optparse-applicative_0_15_1_0;
|
||||
pandoc = dontCheck super.pandoc_2_9_1_1; # https://github.com/jgm/pandoc/issues/6086
|
||||
pandoc-types = self.pandoc-types_1_20;
|
||||
prettyprinter = self.prettyprinter_1_6_0;
|
||||
prettyprinter = self.prettyprinter_1_6_1;
|
||||
primitive = dontCheck super.primitive_0_7_0_0; # evaluating the test suite gives an infinite recursion
|
||||
regex-base = self.regex-base_0_94_0_0;
|
||||
regex-compat = self.regex-compat_0_95_2_0;
|
||||
|
||||
Reference in New Issue
Block a user