packages feed

zoom-cache-sndfile 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+4/−3 lines, 2 filesdep ~zoom-cache

Dependency ranges changed: zoom-cache

Files

tools/zoom-cache-sndfile.hs view
@@ -216,7 +216,8 @@     (config, filenames) <- liftIO . processArgs =<< appArgs     liftIO . (f (track config)) $ filenames     where-        f trackNo (lvl:paths) = mapM_ (zoomDumpSummaryLevel pcmIdentifiers trackNo (read lvl)) paths+        f trackNo (lvl:paths) = mapM_ (zoomDumpSummaryLevel (read lvl)+                                       pcmIdentifiers trackNo) paths         f _ _ = putStrLn "Usage: zoom-cache summary n file.zxd"  ------------------------------------------------------------
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:             0.2.0.1+Version:             0.2.0.2  Synopsis:            Tools for generating zoom-cache-pcm files @@ -46,7 +46,7 @@     mtl                       >= 2.0.0.0 && < 3,     ui-command,     vector,-    zoom-cache                >= 0.7.0.0 && < 0.8,+    zoom-cache                >= 0.8.0.0 && < 0.9,     zoom-cache-pcm            >= 0.2.0.0 && < 0.3      -- Other-modules: