packages feed

tofromxml 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~arraydep ~basedep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: array, base, bytestring, containers, hexpat, hexpat-pickle

API changes (from Hackage documentation)

Files

tofromxml.cabal view
@@ -1,5 +1,5 @@ name:                tofromxml
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Reading and writing Haskell data from and to XML
 description:         A library for reading and writing Haskell data from and to XML. Only prerequisite is that the data type derives Generic.
 license:             BSD3
@@ -16,7 +16,7 @@ library
   exposed-modules:   Text.XML.ToFromXML
   other-extensions:  DeriveGeneric, DefaultSignatures, UndecidableInstances, ScopedTypeVariables, OverlappingInstances, TypeOperators, FlexibleContexts, FlexibleInstances
-  build-depends:     base >=4.7 && <4.8, bytestring >=0.10 && <0.11, hexpat-pickle >=0.6 && <0.7, hexpat >=0.20 && <0.21, containers >=0.5 && <0.6, array >=0.5 && <0.6
+  build-depends:     base >=4.7 && <5, bytestring >=0.10, hexpat-pickle >=0.6, hexpat >=0.20, containers >=0.5, array >=0.5
   hs-source-dirs:    .
   default-language:  Haskell2010
   ghc-options:       -fcontext-stack=50