aeson-t 0.0.2 → 0.0.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Aeson/Transform.hs +1/−1
- aeson-t.cabal +1/−1
Data/Aeson/Transform.hs view
@@ -76,7 +76,7 @@ -- -- > Map $ Attr "foo" -- >--- > -- [{ foo:1, foo:2 }] => [1, 2]+-- > -- [{ foo:1 }, { foo:2 }] => [1, 2] -- -- Extract indices --
aeson-t.cabal view
@@ -1,5 +1,5 @@ Name: aeson-t-Version: 0.0.2+Version: 0.0.3 Author: Joe Nelson <cred+github@begriffs.com> Maintainer: Joe Nelson <cred+github@begriffs.com> Category: Data