summaryrefslogtreecommitdiff
path: root/devel/hs-gtk2hs-buildtools/files/patch-c2hs_c_CPretty.hs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-gtk2hs-buildtools/files/patch-c2hs_c_CPretty.hs')
-rw-r--r--devel/hs-gtk2hs-buildtools/files/patch-c2hs_c_CPretty.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/hs-gtk2hs-buildtools/files/patch-c2hs_c_CPretty.hs b/devel/hs-gtk2hs-buildtools/files/patch-c2hs_c_CPretty.hs
deleted file mode 100644
index 9a31ddab2e46..000000000000
--- a/devel/hs-gtk2hs-buildtools/files/patch-c2hs_c_CPretty.hs
+++ /dev/null
@@ -1,10 +0,0 @@
---- c2hs/c/CPretty.hs.orig 2018-04-15 10:03:19 UTC
-+++ c2hs/c/CPretty.hs
-@@ -34,6 +34,8 @@ module CPretty (
- -- we are just providing instances to the class `Pretty'
- ) where
-
-+import Prelude hiding ((<>))
-+
- import Idents (Ident, identToLexeme)
- import Text.PrettyPrint.HughesPJ