diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,8 @@
-# Changelog for kazura-queue-z
+# Changelog for kazura-queue
 
 ## Unreleased changes
+
+## [0.1.0.4] - 2018-09-11
+### Changed
+- Fix dependencies
+
diff --git a/kazura-queue.cabal b/kazura-queue.cabal
--- a/kazura-queue.cabal
+++ b/kazura-queue.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ce64d904d9dcf6b3df16e486d6230a325fd9480d175e7c84c4a703eee11291b1
+-- hash: 89eaf85479f77f63ebcbdbf3efe99a79a7054b10cc2775d3653836a83a9c46da
 
 name:           kazura-queue
-version:        0.1.0.3
+version:        0.1.0.4
 synopsis:       Fast concurrent queues much inspired by unagi-chan
 description:    \"kazura-queue\" provides an implementation of FIFO queue.
                 It is faster than Chan, TQueue or TChan by the benefit of fetch-and-add
@@ -58,7 +58,7 @@
   ghc-options: -Wall -O2
   build-depends:
       atomic-primops >=0.6
-    , base >=4.7 && <5.0
+    , base >=4.8 && <5.0
     , primitive >=0.5.3
   default-language: Haskell2010
 
@@ -71,7 +71,7 @@
   build-depends:
       QuickCheck >=2.8
     , atomic-primops >=0.6
-    , base >=4.7 && <5.0
+    , base >=4.8 && <5.0
     , doctest
     , kazura-queue
     , primitive >=0.5.3
@@ -99,7 +99,7 @@
     , QuickCheck >=2.8
     , async >=2.0
     , atomic-primops >=0.6
-    , base >=4.7 && <5.0
+    , base >=4.8 && <5.0
     , containers >=0.5
     , deepseq >=1.4
     , exceptions >=0.8
@@ -122,7 +122,7 @@
   ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       atomic-primops >=0.6
-    , base >=4.7 && <5.0
+    , base >=4.8 && <5.0
     , criterion >=1.1
     , kazura-queue
     , primitive >=0.5.3
