batch-rename 0.1.0.4 → 0.1.0.6
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~Globdep ~basedep ~filepath
Dependency ranges changed: Glob, base, filepath
Files
- README.md +1/−1
- batch-rename.cabal +4/−4
README.md view
@@ -12,7 +12,7 @@ # Install: - sudo apt-get install cabal-install - cabal update- - cabal install batch_rename+ - cabal install batch-rename # Usage: - batch_rename "\*.mp3" "\*.mp4"
batch-rename.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.4+version: 0.1.0.6 -- A short (one-line) description of the package. synopsis: Make linux or macos do things like "rename *.mp3 *.mp4" in Windows/MSDOS@@ -65,9 +65,9 @@ -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <4.7,- Glob >=0.7.11,- filepath >=1.1,+ build-depends: base >= 4.5 && < 4.7,+ Glob,+ filepath >=1.0, directory -- Directories containing source files. -- hs-source-dirs: