opnsense-ports/devel/hs-data-pprint/files/patch-Data_PPrint.hs
Franco Fichtner 5ae89bfa21 */*: sync with upstream
Taken from: HardenedBSD
2018-05-27 12:33:45 +02:00

9 lines
336 B
Haskell

--- Data/PPrint.hs.orig 2018-04-13 19:36:43 UTC
+++ Data/PPrint.hs
@@ -60,6 +60,6 @@ a === b = do
showBotts :: [(String, String)] -> Doc
showBotts es = vcat $ map f es
where
- f (i, e) = text i <> text ":" <+> vcat (map text $ lines e)
+ f (i, e) = text i Text.PrettyPrint.HughesPJ.<> text ":" <+> vcat (map text $ lines e)