diff options
author | MalcolmWallace <> | 2015-01-22 21:38:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2015-01-22 21:38:00 (GMT) |
commit | 7f033dad9176d14cd3e488af15f5be6c826d5751 (patch) | |
tree | a18523f8e35d7ffe646ad9aa3807bb5107c37a44 | |
parent | 0e6573c8e1e4194078113c8435297db1df2d9f38 (diff) |
version 1.25.31.25.3
-rw-r--r-- | HaXml.cabal | 60 |
1 files changed, 33 insertions, 27 deletions
diff --git a/HaXml.cabal b/HaXml.cabal index 159679b..c8b1875 100644 --- a/HaXml.cabal +++ b/HaXml.cabal @@ -1,5 +1,5 @@ name: HaXml -version: 1.25.2 +version: 1.25.3 license: LGPL license-file: COPYRIGHT author: Malcolm Wallace <Malcolm.Wallace@me.com> @@ -11,7 +11,7 @@ description: Haskell utilities for parsing, filtering, transforming and generating XML documents. build-type: Simple -cabal-version: >=1.2 +cabal-version: >=1.8 extra-source-files: LICENCE-GPL, LICENCE-LGPL flag splitBase @@ -76,63 +76,69 @@ library else build-depends: base < 2 || >= 3, bytestring extensions: CPP, ExistentialQuantification - cpp-options: -DVERSION="\"1.25.2\"" + cpp-options: -DVERSION="\"1.25.3\"" nhc98-options: -K10M Executable Canonicalise GHC-Options: -Wall Extensions: CPP - Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.2\"" + Hs-Source-Dirs: src/tools + cpp-options: -DVERSION="\"1.25.3\"" Main-Is: Canonicalise.hs + build-depends: base, HaXml, pretty Executable CanonicaliseLazy GHC-Options: -Wall Extensions: CPP - Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.2\"" + Hs-Source-Dirs: src/tools + cpp-options: -DVERSION="\"1.25.3\"" Main-Is: CanonicaliseLazy.hs - + build-depends: base, HaXml, pretty + Executable Xtract GHC-Options: -Wall Extensions: CPP - Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.2\"" + Hs-Source-Dirs: src/tools + cpp-options: -DVERSION="\"1.25.3\"" Main-Is: Xtract.hs - + build-depends: base, HaXml, pretty + Executable Validate GHC-Options: -Wall Extensions: CPP - Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.2\"" + Hs-Source-Dirs: src/tools + cpp-options: -DVERSION="\"1.25.3\"" Main-Is: Validate.hs - + build-depends: base, HaXml + Executable MkOneOf GHC-Options: -Wall Extensions: CPP - Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.2\"" + Hs-Source-Dirs: src/tools + cpp-options: -DVERSION="\"1.25.3\"" Main-Is: MkOneOf.hs - + build-depends: base, HaXml + Executable DtdToHaskell GHC-Options: -Wall Extensions: CPP - Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.2\"" + Hs-Source-Dirs: src/tools + cpp-options: -DVERSION="\"1.25.3\"" Main-Is: DtdToHaskell.hs - + build-depends: base, HaXml, pretty + Executable XsdToHaskell GHC-Options: -Wall Extensions: CPP - Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.2\"" + Hs-Source-Dirs: src/tools + cpp-options: -DVERSION="\"1.25.3\"" Main-Is: XsdToHaskell.hs - + build-depends: base, HaXml, pretty, polyparse, directory + Executable FpMLToHaskell GHC-Options: -Wall Extensions: CPP - Hs-Source-Dirs: src/tools, src - cpp-options: -DVERSION="\"1.25.2\"" + Hs-Source-Dirs: src/tools + cpp-options: -DVERSION="\"1.25.3\"" Main-Is: FpMLToHaskell.hs - build-depends: directory - + build-depends: base, HaXml, pretty, polyparse, directory |