packages feed

HaXml 1.22.4 → 1.22.5

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

HaXml.cabal view
@@ -1,5 +1,5 @@ name:		HaXml-version:	1.22.4+version:	1.22.5 license:	LGPL license-file:	COPYRIGHT author:		Malcolm Wallace <Malcolm.Wallace@me.com>
src/Text/XML/HaXml/Schema/Schema.hs view
@@ -47,7 +47,7 @@  -- | A type t can extend another type s by the addition of extra elements --   and/or attributes.  s is therefore the supertype of t.-class Extension t s {- | t -> s -} where  -- fundep ill-advised.+class Extension t s {- - | t -> s -} where  -- fundep ill-advised.     supertype :: t -> s  -- | A type t can restrict another type s, that is, t admits fewer values