Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/haxml/files/
Date: Wed, 03 Aug 2016 07:36:36
Message-Id: 1470208914.c1cd49cb761e245f19e179112b18a0c870460c7f.monsieurp@gentoo
1 commit: c1cd49cb761e245f19e179112b18a0c870460c7f
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 27 16:55:31 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 07:21:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cd49cb
7
8 dev-haskell/haxml: remove unused patch
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11
12 dev-haskell/haxml/files/haxml-1.25-haddock.patch | 26 ------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-haskell/haxml/files/haxml-1.25-haddock.patch b/dev-haskell/haxml/files/haxml-1.25-haddock.patch
16 deleted file mode 100644
17 index fbfdaf8..0000000
18 --- a/dev-haskell/haxml/files/haxml-1.25-haddock.patch
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 ---- HaXml-1.25-orig/src/Text/XML/HaXml/Schema/TypeConversion.hs 2014-10-29 02:53:24.000000000 +1100
22 -+++ HaXml-1.25/src/Text/XML/HaXml/Schema/TypeConversion.hs 2014-12-08 13:32:58.799433615 +1100
23 -@@ -38,7 +38,7 @@
24 - Just (Right
25 - (ComplexType
26 - {complex_name=Just t'}))
27 -- {-| t==t'-}
28 -+ {- | t==t' -}
29 - -> (e:)
30 - _ -> id
31 - _ -> id
32 -@@ -75,10 +75,10 @@
33 - renameSimple n s@UnionOf{} = s{ simple_name = Just n }
34 -
35 -
36 ---- * For now, rather than walk the tree, giving typenames to nodes that were
37 ---- previously locally-typed, we will instead assume in the pretty-printer
38 ---- that it can always replace a missing typename with the element name, and
39 ---- have it resolve to something sensible.
40 -+ -- * For now, rather than walk the tree, giving typenames to nodes that were
41 -+ -- previously locally-typed, we will instead assume in the pretty-printer
42 -+ -- that it can always replace a missing typename with the element name, and
43 -+ -- have it resolve to something sensible.
44 - renameLocals :: SchemaItem -> SchemaItem
45 - renameLocals s = s
46 - -- renameLocals (SchemaElement e)