diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-27 18:55:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-03 09:21:54 +0200 |
commit | c1cd49cb761e245f19e179112b18a0c870460c7f (patch) | |
tree | 61e6faf923918b09c4150bc2436a9f0cfdc25efc /dev-haskell/haxml | |
parent | dev-haskell/hashed-storage: remove unused patches (diff) | |
download | gentoo-c1cd49cb761e245f19e179112b18a0c870460c7f.tar.gz gentoo-c1cd49cb761e245f19e179112b18a0c870460c7f.tar.bz2 gentoo-c1cd49cb761e245f19e179112b18a0c870460c7f.zip |
dev-haskell/haxml: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-haskell/haxml')
-rw-r--r-- | dev-haskell/haxml/files/haxml-1.25-haddock.patch | 26 |
1 files changed, 0 insertions, 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 fbfdaf878c34..000000000000 --- 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) |