packages feed

aeson-deriving 0.1.1 → 0.1.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Data.Aeson.Deriving: data TextWithPattern (regex :: Symbol)
+ Data.Aeson.Deriving.Text: data TextWithPattern (regex :: Symbol)
+ Data.Aeson.Deriving.Text.Unsafe: TextWithPattern :: Text -> TextWithPattern
+ Data.Aeson.Deriving.Text.Unsafe: instance Data.Aeson.Types.ToJSON.ToJSON (Data.Aeson.Deriving.Text.Unsafe.TextWithPattern regex)
+ Data.Aeson.Deriving.Text.Unsafe: instance GHC.TypeLits.KnownSymbol regex => Data.Aeson.Types.FromJSON.FromJSON (Data.Aeson.Deriving.Text.Unsafe.TextWithPattern regex)
+ Data.Aeson.Deriving.Text.Unsafe: newtype TextWithPattern (regex :: Symbol)

Files

aeson-deriving.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 10c4d376657004b7575f0a910fbcb4dd80c3a284e99343ca3f3e962eeba7cd0e+-- hash: afa1a88618274c13cbf349c67513735bd434bd45398e9173e13419d361544a8a  name:           aeson-deriving-version:        0.1.1+version:        0.1.1.1 synopsis:       data types for compositional, type-directed serialization description:    Please see the README on GitHub at <https://github.com/fieldstrength/aeson-deriving#readme> category:       Serialization@@ -38,9 +38,9 @@       Data.Aeson.Deriving.SingleFieldObject       Data.Aeson.Deriving.Utils       Data.Aeson.Deriving.WithConstantFields-  other-modules:       Data.Aeson.Deriving.Text       Data.Aeson.Deriving.Text.Unsafe+  other-modules:       Paths_aeson_deriving   hs-source-dirs:       src