diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,3 @@
-## 0.0.10
+## 0.0.10.1
 
 * Add exptime-support to Network.Memcache.Client
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 memcache-haskell
 ================
 
-[![Hackage version](https://img.shields.io/hackage/v/memcache-haskell.svg?style=flat)](https://hackage.haskell.org/package/memcache-haskell)  [![Build Status](https://travis-ci.org/gree/memcache-haskell.png?branch=master)](https://travis-ci.org/gree/memcache-haskell) [![Coverage Status](https://coveralls.io/repos/gree/memcache-haskell/badge.png)](https://coveralls.io/r/gree/memcache-haskell)
-
 This package is a memcache protocol library for server and client applications.
 
 Main purpose of this library is making a server itself.
diff --git a/memcache-haskell.cabal b/memcache-haskell.cabal
--- a/memcache-haskell.cabal
+++ b/memcache-haskell.cabal
@@ -1,11 +1,12 @@
 Name:           memcache-haskell
-Version:        0.0.10
-Description:    Memcache procotol library
+Version:        0.0.10.1
+Synopsis:       Memcache procotol library
 License:        MIT
 license-file:   LICENSE
 Author:         Kiyoshi Ikehara
 Maintainer:     Kiyoshi Ikehara
 Copyright:      (c) 2015 GREE, Inc.
+Category:       Network
 Build-Type:     Simple
 Cabal-Version:  >=1.8
 Description:
@@ -62,7 +63,7 @@
                  , resourcet
                  , mtl
                  , hashtables
-                 , network-conduit
+                 , conduit-extra
                  , memcache-haskell
   Hs-source-dirs:  sample
   Main-is:         sample-client.hs
@@ -83,7 +84,7 @@
                  , resourcet
                  , mtl
                  , hashtables
-                 , network-conduit
+                 , conduit-extra
                  , memcache-haskell
   Hs-source-dirs:  sample
   Main-is:         sample-retrieval.hs
@@ -95,7 +96,7 @@
                  , bytestring
                  , network >= 2.3.2
                  , split
-                 , QuickCheck == 2.5.1.1
+                 , QuickCheck
                  , HUnit
                  , test-framework
                  , test-framework-th
