diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # ChangeLog
 
+## 0.4.4.2
+
+* Build fixed for GHC-7.10. See
+  [#146](https://github.com/fpco/store/issues/146)
+
 ## 0.4.4.1
 
 * Now builds with GHC-8.8.
diff --git a/store-core.cabal b/store-core.cabal
--- a/store-core.cabal
+++ b/store-core.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 23e94a96938dffde17cb8aae6ad633be1ed9e2b9045f1aebf75e3cedcb610b17
+-- hash: ed1237981dc8b63fe043a7bf62722089e690e398de1cd3fc631ccd2272dc0972
 
 name:           store-core
-version:        0.4.4.1
+version:        0.4.4.2
 synopsis:       Fast and lightweight binary serialization
 category:       Serialization, Data
 homepage:       https://github.com/fpco/store#readme
@@ -39,6 +39,7 @@
   build-depends:
       base >=4.7 && <5
     , bytestring >=0.10.4.0 && <1.0
+    , fail >=4.9
     , ghc-prim >=0.3.1.0 && <1.0
     , primitive >=0.6 && <1.0
     , text >=1.2.0.4 && <2.0
