hxt-pickle-utils 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+19/−10 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- hxt-pickle-utils.cabal +15/−10
CHANGELOG.md view
@@ -1,3 +1,7 @@+#### 0.1.0.3++* GHC 7.10 support.+ #### 0.1.0.2 * Allow mtl 2.2.*.
hxt-pickle-utils.cabal view
@@ -1,5 +1,5 @@ name: hxt-pickle-utils-version: 0.1.0.2+version: 0.1.0.3 synopsis: Utility functions for using HXT picklers. description: Utility functions for using HXT picklers. homepage: https://github.com/silkapp/hxt-pickle-utils@@ -10,18 +10,23 @@ copyright: (c) 2014, Silk category: XML build-type: Simple-extra-source-files: README.md- CHANGELOG.md cabal-version: >=1.10 -library- exposed-modules: Text.Xml.Pickle- build-depends: base >= 4.5 && < 4.8- , hxt >= 9.2 && < 9.4- , mtl >= 2.0 && < 2.3- hs-source-dirs: src- default-language: Haskell2010+extra-source-files:+ CHANGELOG.md+ LICENSE+ README.md source-repository head Type: git Location: https://github.com/silkapp/hxt-pickle-utils.git++library+ default-language: Haskell2010+ hs-source-dirs: src+ exposed-modules: Text.Xml.Pickle+ build-depends:+ base >= 4.5 && < 4.9+ , hxt >= 9.2 && < 9.4+ , mtl >= 2.0 && < 2.3+