diff --git a/bookkeeping.cabal b/bookkeeping.cabal
--- a/bookkeeping.cabal
+++ b/bookkeeping.cabal
@@ -1,5 +1,5 @@
 name:                bookkeeping
-version:             0.4.0.0
+version:             0.4.0.1
 synopsis:            A module for bookkeeping by double entry.
 description:
     A module for bookkeeping by double entry. This module provides a way to do bookkeeping programmatically.
@@ -21,7 +21,7 @@
                      , mono-traversable >= 1.0.0.1 && < 1.1
                      , text >= 1.2.2.1 && < 1.3
                      , time >= 1.6
-                     , transaction >= 0.1 && < 0.2
+                     , transaction >= 0.1.1.3 && < 0.2
   default-language:    Haskell2010
   default-extensions:  OverloadedStrings
                      , RecordWildCards
