hxt 9.1.5 → 9.1.6
raw patch · 1 files changed
+1/−2 lines, 1 filesdep −haskell98dep ~HUnitdep ~basedep ~binaryPVP ok
version bump matches the API change (PVP)
Dependencies removed: haskell98
Dependency ranges changed: HUnit, base, binary, bytestring, containers, deepseq, directory, filepath, network, parsec
API changes (from Hackage documentation)
Files
- hxt.cabal +1/−2
hxt.cabal view
@@ -1,6 +1,6 @@ -- arch-tag: Haskell XML Toolbox main description file Name: hxt-Version: 9.1.5+Version: 9.1.6 Synopsis: A collection of tools for processing XML with Haskell. Description: The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general approach for processing XML with Haskell.@@ -166,7 +166,6 @@ extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances build-depends: base >= 4 && < 5,- haskell98 >= 1 && < 2, containers >= 0.2 && < 1, directory >= 1 && < 2, filepath >= 1 && < 2,