diff --git a/pacman-memcache.cabal b/pacman-memcache.cabal
--- a/pacman-memcache.cabal
+++ b/pacman-memcache.cabal
@@ -1,5 +1,5 @@
 Name:                pacman-memcache
-Version:             0.1.0.0
+Version:             0.1.0.1
 Synopsis:            Read whole Pacman database which pushes it into the memory cache
 Description:         Pacman is Linux package manager. It is used by Arch Linux.
                      It's database is rather slow because it contains thousands of little files,
@@ -30,4 +30,4 @@
 
 Executable pacman-memcache
   Main-is:             pacman-memcache.hs
-  Build-depends:       base >= 3 && < 4, directory-tree < 0.9.2, deepseq < 1.2
+  Build-depends:       base >= 3 && < 5, directory-tree < 0.9.2, deepseq < 1.2
