diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,8 +1,14 @@
-# Revision history for wild-bind-x11
+# Revision history for wild-bind
 
+## 0.1.0.2  -- 2016-10-09
+
+* Confirmed build with `hspec-2.3.0`.
+
+
 ## 0.1.0.1  -- 2016-09-22
 
 * Fix URL in package description.
+
 
 ## 0.1.0.0  -- 2016-09-22
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -18,10 +18,10 @@
 
 ## wild-bind Packages
 
-- wild-bind: WildBind core data types and functions. This package defines `FrontEnd`, `Binding` and other common types. Although WildBind is mainly targeted to number pads, its core is independent of any input types or desktop environments.
-- wild-bind-x11: A `FrontEnd` implementation for X11 desktop environments.
-- wild-bind-indicator: A GUI that describes current `Binding` to the user.
-- wild-bind-task-x11: A bundle package that combines all packages above. End users should use this package first.
+- [wild-bind](https://hackage.haskell.org/package/wild-bind): WildBind core data types and functions. This package defines `FrontEnd`, `Binding` and other common types. Although WildBind is mainly targeted to number pads, its core is independent of any input types or desktop environments.
+- [wild-bind-x11](https://hackage.haskell.org/package/wild-bind-x11): A `FrontEnd` implementation for X11 desktop environments.
+- [wild-bind-indicator](https://hackage.haskell.org/package/wild-bind-indicator): A GUI that describes current `Binding` to the user.
+- [wild-bind-task-x11](https://hackage.haskell.org/package/wild-bind-task-x11): A bundle package that combines all packages above. End users should use this package first.
 
 
 ## Author
diff --git a/wild-bind.cabal b/wild-bind.cabal
--- a/wild-bind.cabal
+++ b/wild-bind.cabal
@@ -1,5 +1,5 @@
 name:                   wild-bind
-version:                0.1.0.1
+version:                0.1.0.2
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -52,7 +52,7 @@
                         WildBind.BindingSpec
                         WildBind.ForTest
   build-depends:        base, wild-bind, transformers,
-                        hspec >=2.1.7 && <2.3,
+                        hspec >=2.1.7 && <2.4,
                         QuickCheck >=2.6 && <3.0,
                         stm >=2.4.2 && <2.5,
                         microlens >=0.2.0 && <0.5
