lol

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

+3
+3
pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
··· 148 148 # has a restrictive lower bound on Cabal 149 149 fourmolu = doJailbreak super.fourmolu; 150 150 151 + # Overly-strict bounds introducted by a revision in version 0.3.2. 152 + text-metrics = doJailbreak super.text-metrics; 153 + 151 154 # OneTuple needs hashable (instead of ghc-prim) and foldable1-classes-compat for GHC < 9 152 155 OneTuple = addBuildDepends [ 153 156 self.foldable1-classes-compat