HaXml 1.22.2 → 1.22.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- HaXml.cabal +1/−1
- src/Text/XML/HaXml/Schema/Schema.hs +1/−1
HaXml.cabal view
@@ -1,5 +1,5 @@ name: HaXml-version: 1.22.2+version: 1.22.3 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