diff options
author | MalcolmWallace <> | 2015-01-02 12:51:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2015-01-02 12:51:00 (GMT) |
commit | 0e6573c8e1e4194078113c8435297db1df2d9f38 (patch) | |
tree | 6056dc6cc73de2652fbf604d415ed0b3fcabe4a7 | |
parent | 564045663c4ef6fc9069d6f5fe1f49d8a2b6bbe5 (diff) |
version 1.25.21.25.2
-rw-r--r-- | HaXml.cabal | 20 | ||||
-rw-r--r-- | src/Text/XML/HaXml/Schema/TypeConversion.hs | 8 |
2 files changed, 14 insertions, 14 deletions
diff --git a/HaXml.cabal b/HaXml.cabal index 5d1b93a..159679b 100644 --- a/HaXml.cabal +++ b/HaXml.cabal @@ -1,5 +1,5 @@ name: HaXml -version: 1.25.1 +version: 1.25.2 license: LGPL license-file: COPYRIGHT author: Malcolm Wallace <Malcolm.Wallace@me.com> @@ -76,63 +76,63 @@ library else build-depends: base < 2 || >= 3, bytestring extensions: CPP, ExistentialQuantification - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" nhc98-options: -K10M Executable Canonicalise GHC-Options: -Wall Extensions: CPP Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" Main-Is: Canonicalise.hs Executable CanonicaliseLazy GHC-Options: -Wall Extensions: CPP Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" Main-Is: CanonicaliseLazy.hs Executable Xtract GHC-Options: -Wall Extensions: CPP Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" Main-Is: Xtract.hs Executable Validate GHC-Options: -Wall Extensions: CPP Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" Main-Is: Validate.hs Executable MkOneOf GHC-Options: -Wall Extensions: CPP Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" Main-Is: MkOneOf.hs Executable DtdToHaskell GHC-Options: -Wall Extensions: CPP Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" Main-Is: DtdToHaskell.hs Executable XsdToHaskell GHC-Options: -Wall Extensions: CPP Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" Main-Is: XsdToHaskell.hs Executable FpMLToHaskell GHC-Options: -Wall Extensions: CPP Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.1\"" + cpp-options: -DVERSION="\"1.25.2\"" Main-Is: FpMLToHaskell.hs build-depends: directory diff --git a/src/Text/XML/HaXml/Schema/TypeConversion.hs b/src/Text/XML/HaXml/Schema/TypeConversion.hs index 42d723a..36d001f 100644 --- a/src/Text/XML/HaXml/Schema/TypeConversion.hs +++ b/src/Text/XML/HaXml/Schema/TypeConversion.hs @@ -75,10 +75,10 @@ typeLift s = s{ schema_items = 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) |