hxt-pickle-utils 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+8/−2 lines, 3 filesdep ~basedep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, mtl
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- README.md +2/−0
- hxt-pickle-utils.cabal +3/−2
+ CHANGELOG.md view
@@ -0,0 +1,3 @@+#### 0.1.0.2++* Allow mtl 2.2.*.
README.md view
@@ -1,4 +1,6 @@ hxt-pickle-utils ================ +[](https://travis-ci.org/silkapp/hxt-pickle-utils)+ Utility functions for using HXT picklers.
hxt-pickle-utils.cabal view
@@ -1,5 +1,5 @@ name: hxt-pickle-utils-version: 0.1.0.1+version: 0.1.0.2 synopsis: Utility functions for using HXT picklers. description: Utility functions for using HXT picklers. homepage: https://github.com/silkapp/hxt-pickle-utils@@ -11,13 +11,14 @@ 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.2+ , mtl >= 2.0 && < 2.3 hs-source-dirs: src default-language: Haskell2010