diff options
Diffstat (limited to 'devel/hs-data-pprint/files/patch-Data_PPrint.hs')
-rw-r--r-- | devel/hs-data-pprint/files/patch-Data_PPrint.hs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/hs-data-pprint/files/patch-Data_PPrint.hs b/devel/hs-data-pprint/files/patch-Data_PPrint.hs deleted file mode 100644 index f517231270e5..000000000000 --- a/devel/hs-data-pprint/files/patch-Data_PPrint.hs +++ /dev/null @@ -1,9 +0,0 @@ ---- 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) - |