aeson-with 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+1/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- aeson-with.cabal +1/−1
- src/Data/Aeson/With.hs +0/−2
aeson-with.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: aeson-with-version: 0.1.1.1+version: 0.1.1.2 synopsis: withXField combinators for aeson description: Silly little withXField combinators for adding fields to an existing JSON value. category: Data
src/Data/Aeson/With.hs view
@@ -1,8 +1,6 @@ {-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-} {- | Module : Data.Aeson.With- Copyright : Copyright (C) 2020 Daniel Firth- Maintainer : Daniel Firth <dan.firth@homotopic.tech License : MIT Stability : experimental