diff --git a/src/Data/Store/TypeHash.hs b/src/Data/Store/TypeHash.hs
--- a/src/Data/Store/TypeHash.hs
+++ b/src/Data/Store/TypeHash.hs
@@ -1,10 +1,7 @@
--- This module provides utilities for computing hashes based on the
+-- | This module provides utilities for computing hashes based on the
 -- structural definitions of datatypes. The purpose of this is to
 -- provide a mechanism for tagging serialized data in such a way that
 -- deserialization issues can be anticipated.
---
--- This portion of the store package is still under development and will
--- likely change in interface and behavior.
 module Data.Store.TypeHash
     ( Tagged(..)
     , TypeHash
diff --git a/store.cabal b/store.cabal
--- a/store.cabal
+++ b/store.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.4.
+-- This file has been generated from package.yaml by hpack version 0.35.1.
 --
 -- see: https://github.com/sol/hpack
 
 name:           store
-version:        0.7.16
+version:        0.7.17
 synopsis:       Fast binary serialization
 category:       Serialization, Data
 homepage:       https://github.com/mgsloan/store#readme
@@ -102,6 +102,7 @@
     , unordered-containers >=0.2.5.1
     , vector >=0.10.12.3
     , void >=0.5.11
+  default-language: Haskell2010
   if flag(integer-simple)
     build-depends:
         integer-simple >=0.1.1.1
@@ -113,7 +114,6 @@
     build-depends:
         fail >=4.9
       , semigroups >=0.8
-  default-language: Haskell2010
 
 test-suite store-test
   type: exitcode-stdio-1.0
@@ -172,6 +172,7 @@
     , unordered-containers >=0.2.5.1
     , vector >=0.10.12.3
     , void >=0.5.11
+  default-language: Haskell2010
   if flag(integer-simple)
     build-depends:
         integer-simple >=0.1.1.1
@@ -183,7 +184,6 @@
     build-depends:
         fail >=4.9
       , semigroups >=0.8
-  default-language: Haskell2010
 
 benchmark store-bench
   type: exitcode-stdio-1.0
@@ -237,6 +237,7 @@
     , unordered-containers >=0.2.5.1
     , vector >=0.10.12.3
     , void >=0.5.11
+  default-language: Haskell2010
   if flag(integer-simple)
     build-depends:
         integer-simple >=0.1.1.1
@@ -257,7 +258,6 @@
       , vector-binary-instances
   if flag(small-bench)
     cpp-options: -DSMALL_BENCH
-  default-language: Haskell2010
 
 benchmark store-weigh
   type: exitcode-stdio-1.0
@@ -313,6 +313,7 @@
     , vector-binary-instances
     , void >=0.5.11
     , weigh
+  default-language: Haskell2010
   if flag(integer-simple)
     build-depends:
         integer-simple >=0.1.1.1
@@ -324,4 +325,3 @@
     build-depends:
         fail >=4.9
       , semigroups >=0.8
-  default-language: Haskell2010
