commit: c1cd49cb761e245f19e179112b18a0c870460c7f
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail
<DOT> com>
AuthorDate: Wed Jul 27 16:55:31 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Aug 3 07:21:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cd49cb
dev-haskell/haxml: remove unused patch
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-haskell/haxml/files/haxml-1.25-haddock.patch | 26 ------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-haskell/haxml/files/haxml-1.25-haddock.patch
b/dev-haskell/haxml/files/haxml-1.25-haddock.patch
deleted file mode 100644
index fbfdaf8..0000000
--- a/dev-haskell/haxml/files/haxml-1.25-haddock.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- HaXml-1.25-orig/src/Text/XML/HaXml/Schema/TypeConversion.hs
2014-10-29 02:53:24.000000000 +1100
-+++ HaXml-1.25/src/Text/XML/HaXml/Schema/TypeConversion.hs 2014-12-08
13:32:58.799433615 +1100
-@@ -38,7 +38,7 @@
- Just (Right
- (ComplexType
- {complex_name=Just
t'}))
-- {-| t==t'-}
-+ {- | t==t' -}
- -> (e:)
- _ -> id
- _ -> id
-@@ -75,10 +75,10 @@
- renameSimple n s@UnionOf{} = s{ simple_name = Just n }
-
-
---- * For now, rather than walk the tree, giving typenames to nodes that were
---- previously locally-typed, we will instead assume in the pretty-printer
---- that it can always replace a missing typename with the element name, and
---- have it resolve to something sensible.
-+ -- * For now, rather than walk the tree, giving typenames to nodes that
were
-+ -- previously locally-typed, we will instead assume in the
pretty-printer
-+ -- that it can always replace a missing typename with the element name,
and
-+ -- have it resolve to something sensible.
- renameLocals :: SchemaItem -> SchemaItem
- renameLocals s = s
- -- renameLocals (SchemaElement e)