···135135 # A given major version of ghc-exactprint only supports one version of GHC.
136136 ghc-exactprint = super.ghc-exactprint_1_5_0;
137137138138+ # only broken for >= 9.6
139139+ calligraphy = doDistribute (unmarkBroken super.calligraphy);
140140+138141 # Packages which need compat library for GHC < 9.6
139142 inherit (lib.mapAttrs (_: addBuildDepends [ self.foldable1-classes-compat ]) super)
140143 indexed-traversable