packages feed

aeson-casing 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~aesondep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base

API changes (from Hackage documentation)

Files

aeson-casing.cabal view
@@ -1,9 +1,9 @@  name:                aeson-casing-version:             0.1.0.0-synopsis:            Tools to change the formatting of field names in Aeson +version:             0.1.0.1+synopsis:            Tools to change the formatting of field names in Aeson                      instances.-description:         Tools to change the formatting of field names in Aeson +description:         Tools to change the formatting of field names in Aeson                      instances. This includes CamelCasing, Pascal Casing and                      Snake Casing. license:             MIT@@ -25,8 +25,8 @@     exposed-modules:    Data.Aeson.Casing.Internal                     ,   Data.Aeson.Casing -    build-depends:      base                >=4.7   && <4.8-                    ,   aeson               >=0.8   && <0.9+    build-depends:      base                >=4.7   && <5.0+                    ,   aeson               >=0.8   && <0.10  test-suite casing     type:               exitcode-stdio-1.0@@ -34,7 +34,7 @@     hs-source-dirs:     test     default-language:   Haskell2010 -    build-depends:      base                >=4.7   && <4.8+    build-depends:      base                >=4.7   && <5.0                     ,   tasty                     ,   tasty-quickcheck                     ,   tasty-hunit