data-serializer 0.1 → 0.2
raw patch · 2 files changed
+2/−10 lines, 2 filesdep ~cerealPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cereal
API changes (from Hackage documentation)
Files
- data-serializer.cabal +2/−2
- src/Data/Serializer.hs +0/−8
data-serializer.cabal view
@@ -1,5 +1,5 @@ Name: data-serializer-Version: 0.1+Version: 0.2 Category: Data Stability: experimental Synopsis: Common API for serialization libraries@@ -32,7 +32,7 @@ Build-Depends: base >= 4.7 && < 5 , bytestring >= 0.10.4 , binary >= 0.7.2- , cereal >= 0.5+ , cereal >= 0.5.3 , data-endian >= 0.1.1 , parsers >= 0.12.3 Hs-Source-Dirs: src
src/Data/Serializer.hs view
@@ -197,14 +197,6 @@ builder = B.putBuilder {-# INLINE builder #-} -#if !MIN_VERSION_cereal(0,5,3)-instance Monoid S.Put where- mempty = return ()- {-# INLINE mempty #-}- mappend = (>>)- {-# INLINE mappend #-}-#endif- instance Serializer S.Put where word8 = S.putWord8 {-# INLINE word8 #-}