hxt 8.5.1 → 8.5.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers
API changes (from Hackage documentation)
Files
- hxt.cabal +3/−3
hxt.cabal view
@@ -1,6 +1,6 @@ -- arch-tag: Haskell XML Toolbox main description file name: hxt-version: 8.5.1+version: 8.5.2 license: OtherLicense license-file: LICENCE maintainer: Uwe Schmidt <uwe@fh-wedel.de>@@ -163,9 +163,9 @@ extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances - build-depends: base >= 4.2 && < 5,+ build-depends: base >= 4 && < 5, haskell98 >= 1 && < 2,- containers >= 0.3 && < 1,+ containers >= 0.2 && < 1, directory >= 1 && < 2, filepath >= 1 && < 2, parsec >= 2.1 && < 4,