diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -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"
diff --git a/batch-rename.cabal b/batch-rename.cabal
--- a/batch-rename.cabal
+++ b/batch-rename.cabal
@@ -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:      
