packages feed

generic-aeson 0.1.1 → 0.1.1.1

raw patch · 3 files changed

+6/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.1.1.1++* Fix regression in implementation of `multipleConstructors` introduced in 0.1.1+ ### 0.1.1  * Add `Generics.Generic.Aeson.Util` module with helper function for interoperating packages
generic-aeson.cabal view
@@ -1,5 +1,5 @@ name:                generic-aeson-version:             0.1.1+version:             0.1.1.1 synopsis:            Derivation of Aeson instances using GHC generics. description:         Derivation of Aeson instances using GHC generics. author:              Silk
src/Generics/Generic/Aeson/Util.hs view
@@ -17,7 +17,6 @@ import Data.Maybe (fromMaybe) import Data.Text (Text) import GHC.Generics-import Generics.Deriving.ConNames import qualified Data.Text as T  import Generics.Generic.IsEnum@@ -50,4 +49,4 @@     Just (c, t) -> T.cons (toLower c) t  multipleConstructors :: [a] -> Bool-multipleConstructors = (> 1) . length . conNames+multipleConstructors = (> 1) . length