diff --git a/acid-state.cabal b/acid-state.cabal
--- a/acid-state.cabal
+++ b/acid-state.cabal
@@ -7,7 +7,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.1
+Version:             0.2
 
 -- A short (one-line) description of the package.
 Synopsis:            Add ACID guarantees to any serializable Haskell data structure.
@@ -53,7 +53,7 @@
   
   -- Packages needed in order to build this package.
   Build-depends:       base >= 4 && < 5, binary, bytestring, stm, filepath, directory,
-                       monads-fd, array, containers
+                       mtl, array, containers
 
   Hs-Source-Dirs:         src/
   
