gienah 14/12/14 09:00:46 Added: haxml-1.25-haddock.patch Log: Bump haxml to 1.25 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.1 dev-haskell/haxml/files/haxml-1.25-haddock.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haxml/files/haxml-1.25-haddock.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haxml/files/haxml-1.25-haddock.patch?rev=1.1&content-type=text/plain Index: haxml-1.25-haddock.patch =================================================================== --- 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)
