diff --git a/ochintin-daicho.cabal b/ochintin-daicho.cabal
--- a/ochintin-daicho.cabal
+++ b/ochintin-daicho.cabal
@@ -1,5 +1,5 @@
 name:                ochintin-daicho
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            A module to manage payroll books for Japanese companies.
 description:
     A module to manage payroll books for Japanese companies. This enable to export data to tax withholding book, etc...
@@ -18,10 +18,10 @@
   hs-source-dirs:      src
   exposed-modules:     Business.OchintinDaicho
   build-depends:       base >= 4.9 && < 5
-                     , bookkeeping >= 0.4 && < 0.5
+                     , bookkeeping >= 0.4.0.1 && < 0.5
                      , mono-traversable >= 1.0.0.1 && < 1.1
                      , text >= 1.2 && < 1.3
-                     , transaction >= 0.1.1 && < 0.2
+                     , transaction >= 0.1.1.3 && < 0.2
   default-language:    Haskell2010
   ghc-options:         -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
   default-extensions:  OverloadedStrings
