diff --git a/NoTrace.cabal b/NoTrace.cabal
--- a/NoTrace.cabal
+++ b/NoTrace.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                NoTrace
-version:             0.3.0.3
+version:             0.3.0.4
 synopsis:            Remove all the functions come from Debug.Trace after debugging
 description:         This module introduce functions with identical types with functions in the Debug.Trace.
                      When completing the debug process,
@@ -25,12 +25,12 @@
   exposed-modules:     Debug.NoTrace
   -- other-modules:       
   hs-source-dirs:      src
-  build-depends:       base >=4.7 && <4.12
+  build-depends:       base >=4.7 && <4.13
 
 Test-Suite main
   type:                exitcode-stdio-1.0
   main-is:             Main.hs
   hs-source-dirs:      test
                      , src
-  build-depends:       base >=4.5 && <4.12
+  build-depends:       base >=4.5 && <4.13
   ghc-options:         -O2
