zoom-cache 0.5.0.0 → 0.5.1.0
raw patch · 3 files changed
+4/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.ZoomCache: Codec :: a -> Codec
+ Data.ZoomCache: mkTrackSpec :: ZoomReadable a => a -> DataRateType -> Rational -> ByteString -> TrackSpec
+ Data.ZoomCache.Write: mkTrackSpec :: ZoomReadable a => a -> DataRateType -> Rational -> ByteString -> TrackSpec
Files
- Data/ZoomCache.hs +2/−1
- Data/ZoomCache/Write.hs +1/−0
- zoom-cache.cabal +1/−1
Data/ZoomCache.hs view
@@ -16,7 +16,7 @@ -- * Types TimeStamp(..) , TrackNo- , Codec+ , Codec(..) , IdentifyCodec , DataRateType(..) @@ -51,6 +51,7 @@ , setWatermark -- * TrackSpec helpers+ , mkTrackSpec , oneTrack -- * Standard identifiers
Data/ZoomCache/Write.hs view
@@ -41,6 +41,7 @@ , setWatermark -- * TrackSpec helpers+ , mkTrackSpec , oneTrack ) where
zoom-cache.cabal view
@@ -3,7 +3,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.5.0.0+Version: 0.5.1.0 Synopsis: A streamable, seekable, zoomable cache file format