diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
 # ChangeLog
 
+## 0.6.0.1
+
+* Now builds with GHC-7.10 - compatibility was broken in 0.6.0 due to
+  the fix for GHC-8.8. See
+  [#146][https://github.com/fpco/store/issues/146].
+
 ## 0.6.0
 
 * Now builds with GHC-8.8. This is a major version bump because
diff --git a/store.cabal b/store.cabal
--- a/store.cabal
+++ b/store.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 29e57f0dc122be22cc4c7ed274c08348beaae45fd10ae85865b065ef85cdefbe
+-- hash: cbe27ae7010939e8748f8e358c348aa045dd30396a99c04e1967eacd25bf45cd
 
 name:           store
-version:        0.6.0
+version:        0.6.0.1
 synopsis:       Fast binary serialization
 category:       Serialization, Data
 homepage:       https://github.com/fpco/store#readme
@@ -61,6 +61,7 @@
     , cryptohash >=0.11.6
     , deepseq >=1.3.0.2
     , directory >=1.2
+    , fail >=4.9
     , filepath >=1.3
     , free >=4.11
     , ghc-prim >=0.3.1.0
@@ -118,6 +119,7 @@
     , cryptohash >=0.11.6
     , deepseq >=1.3.0.2
     , directory >=1.2
+    , fail >=4.9
     , filepath >=1.3
     , free >=4.11
     , ghc-prim >=0.3.1.0
@@ -173,6 +175,7 @@
     , cryptohash >=0.11.6
     , deepseq >=1.3.0.2
     , directory >=1.2
+    , fail >=4.9
     , filepath >=1.3
     , free >=4.11
     , ghc-prim >=0.3.1.0
@@ -237,6 +240,7 @@
     , cryptohash >=0.11.6
     , deepseq >=1.3.0.2
     , directory >=1.2
+    , fail >=4.9
     , filepath >=1.3
     , free >=4.11
     , ghc-prim >=0.3.1.0
