packages feed

store 0.7.16 → 0.7.17

raw patch · 2 files changed

+7/−10 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Data.Store.Internal: instance Data.Store.Impl.Store GHC.Integer.Type.Integer
- Data.Store.Internal: instance Data.Store.Impl.Store GHC.Natural.Natural
- Data.Store.Internal: instance Data.Store.Impl.Store Language.Haskell.TH.Syntax.TyVarBndr
- Data.Store.Internal: instance Data.Store.Impl.Store System.Clock.TimeSpec
+ Data.Store.Internal: instance Data.Store.Impl.Store Data.Time.Calendar.Quarter.Quarter
+ Data.Store.Internal: instance Data.Store.Impl.Store Data.Time.Calendar.Quarter.QuarterOfYear
+ Data.Store.Internal: instance Data.Store.Impl.Store Data.Time.Calendar.Week.DayOfWeek
+ Data.Store.Internal: instance Data.Store.Impl.Store Data.Time.Calendar.WeekDate.FirstWeekType
+ Data.Store.Internal: instance Data.Store.Impl.Store GHC.Num.Integer.Integer
+ Data.Store.Internal: instance Data.Store.Impl.Store GHC.Num.Natural.Natural
+ Data.Store.Internal: instance Data.Store.Impl.Store GHC.RTS.Flags.IoSubSystem
+ Data.Store.Internal: instance Data.Store.Impl.Store Language.Haskell.TH.Syntax.Specificity
+ Data.Store.Internal: instance Data.Store.Impl.Store flag => Data.Store.Impl.Store (Language.Haskell.TH.Syntax.TyVarBndr flag)
- Data.Store.Internal: staticByteStringExp :: ByteString -> ExpQ
+ Data.Store.Internal: staticByteStringExp :: Quote m => ByteString -> m Exp

Files

src/Data/Store/TypeHash.hs view
@@ -1,10 +1,7 @@--- This module provides utilities for computing hashes based on the+-- | This module provides utilities for computing hashes based on the -- structural definitions of datatypes. The purpose of this is to -- provide a mechanism for tagging serialized data in such a way that -- deserialization issues can be anticipated.------ This portion of the store package is still under development and will--- likely change in interface and behavior. module Data.Store.TypeHash     ( Tagged(..)     , TypeHash
store.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack  name:           store-version:        0.7.16+version:        0.7.17 synopsis:       Fast binary serialization category:       Serialization, Data homepage:       https://github.com/mgsloan/store#readme@@ -102,6 +102,7 @@     , unordered-containers >=0.2.5.1     , vector >=0.10.12.3     , void >=0.5.11+  default-language: Haskell2010   if flag(integer-simple)     build-depends:         integer-simple >=0.1.1.1@@ -113,7 +114,6 @@     build-depends:         fail >=4.9       , semigroups >=0.8-  default-language: Haskell2010  test-suite store-test   type: exitcode-stdio-1.0@@ -172,6 +172,7 @@     , unordered-containers >=0.2.5.1     , vector >=0.10.12.3     , void >=0.5.11+  default-language: Haskell2010   if flag(integer-simple)     build-depends:         integer-simple >=0.1.1.1@@ -183,7 +184,6 @@     build-depends:         fail >=4.9       , semigroups >=0.8-  default-language: Haskell2010  benchmark store-bench   type: exitcode-stdio-1.0@@ -237,6 +237,7 @@     , unordered-containers >=0.2.5.1     , vector >=0.10.12.3     , void >=0.5.11+  default-language: Haskell2010   if flag(integer-simple)     build-depends:         integer-simple >=0.1.1.1@@ -257,7 +258,6 @@       , vector-binary-instances   if flag(small-bench)     cpp-options: -DSMALL_BENCH-  default-language: Haskell2010  benchmark store-weigh   type: exitcode-stdio-1.0@@ -313,6 +313,7 @@     , vector-binary-instances     , void >=0.5.11     , weigh+  default-language: Haskell2010   if flag(integer-simple)     build-depends:         integer-simple >=0.1.1.1@@ -324,4 +325,3 @@     build-depends:         fail >=4.9       , semigroups >=0.8-  default-language: Haskell2010