packages feed

aeson-flowtyped 0.7.4 → 0.7.5

raw patch · 2 files changed

+6/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.Aeson.Flow: instance Data.Aeson.Flow.FlowTyped ()

Files

aeson-flowtyped.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           aeson-flowtyped-version:        0.7.4+version:        0.7.5 synopsis:       Create Flow type definitions from Haskell data types. description:    Create Flow type definitions from Haskell data types. category:       Web
src/Data/Aeson/Flow.hs view
@@ -667,6 +667,11 @@                      ]))   flowTypeName _ = Just "Tree" +instance FlowTyped () where+  isPrim _ = False+  flowType _ = Fix (Tuple V.empty)+  flowTypeName _ = Nothing+ -- monomorphic numeric instances $(concat <$> mapM   (\ty ->