zoom-cache-sndfile 1.1.0.0 → 1.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~containers
Dependency ranges changed: bytestring, containers
Files
- zoom-cache-sndfile.cabal +3/−3
zoom-cache-sndfile.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: 1.1.0.0+Version: 1.1.0.1 Synopsis: Tools for generating zoom-cache-pcm files @@ -39,8 +39,8 @@ base < 3 Build-depends:- bytestring >= 0.9 && < 0.10,- containers >= 0.2 && < 0.5,+ bytestring >= 0.9 && < 0.11,+ containers >= 0.2 && < 0.6, data-default, hsndfile >= 0.5.2 && < 0.6, hsndfile-vector >= 0.5.2 && < 0.6,