xmlgen 0.6.0.0 → 0.6.1.0
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~HTFdep ~hxt
Dependency ranges changed: HTF, hxt
Files
- test/GeneratorTest.hs +1/−0
- xmlgen.cabal +3/−3
test/GeneratorTest.hs view
@@ -29,6 +29,7 @@ import qualified Data.Text as T import Test.Framework+import Test.Framework.TestManager import Text.XML.Generator
xmlgen.cabal view
@@ -1,5 +1,5 @@ Name: xmlgen-Version: 0.6.0.0+Version: 0.6.1.0 Synopsis: Fast XML generation library Description: Library for high-performance XML generation. License: BSD3@@ -28,8 +28,8 @@ Type: exitcode-stdio-1.0 Hs-Source-Dirs: test Main-Is: GeneratorTest.hs- Build-depends: base >= 4.2 && < 4.7, HTF == 0.9.*, xmlgen, text >= 0.10 && < 0.12,- containers >= 0.3 && < 0.6, hxt == 9.2.*, bytestring >= 0.9 && < 0.11,+ Build-depends: base >= 4.2 && < 4.7, HTF >= 0.11, xmlgen, text >= 0.10 && < 0.12,+ containers >= 0.3 && < 0.6, hxt == 9.3.*, bytestring >= 0.9 && < 0.11, filepath == 1.3.*, process == 1.1.* if !os(windows) Build-depends: unix >= 2.4 && < 2.7