lol

haskell.packages.ghc810.text-metrics: jailbreak because of overly-strict bounds

+3
+3
pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
··· 125 125 algebraic-graphs = dontCheck self.algebraic-graphs_0_6_1; 126 126 }); 127 127 128 + # Overly-strict bounds introducted by a revision in version 0.3.2. 129 + text-metrics = doJailbreak super.text-metrics; 130 + 128 131 # OneTuple needs hashable (instead of ghc-prim) and foldable1-classes-compat for GHC < 9 129 132 OneTuple = addBuildDepends [ 130 133 self.foldable1-classes-compat