zoom-cache-pcm 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, containers
API changes (from Hackage documentation)
Files
- zoom-cache-pcm.cabal +3/−3
zoom-cache-pcm.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.3.0.0+Version: 0.3.0.1 Synopsis: Library for zoom-cache PCM audio codecs @@ -44,8 +44,8 @@ Build-depends: blaze-builder,- bytestring >= 0.9 && < 0.10,- containers >= 0.2 && < 0.5,+ bytestring >= 0.9 && < 0.11,+ containers >= 0.2 && < 0.6, iteratee >= 0.8.6.0 && < 0.9, ListLike >= 1.0 && < 4, mtl >= 2.0.0.0 && < 3,