diff --git a/store.cabal b/store.cabal
--- a/store.cabal
+++ b/store.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           store
-version:        0.7.17
+version:        0.7.18
 synopsis:       Fast binary serialization
 category:       Serialization, Data
 homepage:       https://github.com/mgsloan/store#readme
@@ -16,14 +16,13 @@
 license-file:   LICENSE
 build-type:     Simple
 tested-with:
-    GHC==9.0.1
-  , GHC==8.10.4
+    GHC==9.4.5
+  , GHC==9.2.8
+  , GHC==9.0.2
+  , GHC==8.10.7
   , GHC==8.8.4
   , GHC==8.6.5
   , GHC==8.4.4
-  , GHC==8.2.2
-  , GHC==8.0.2
-  , GHC==7.10.3
 extra-source-files:
     ChangeLog.md
     README.md
@@ -70,7 +69,7 @@
     , bytestring >=0.10.4.0
     , containers >=0.5.5.1
     , contravariant >=1.3
-    , cryptohash >=0.11.6
+    , cryptohash-sha1 >=0.11.6
     , deepseq >=1.3.0.2
     , directory >=1.2
     , filepath >=1.3
@@ -139,7 +138,7 @@
     , clock >=0.3
     , containers >=0.5.5.1
     , contravariant >=1.3
-    , cryptohash >=0.11.6
+    , cryptohash-sha1 >=0.11.6
     , deepseq >=1.3.0.2
     , directory >=1.2
     , filepath >=1.3
@@ -204,7 +203,7 @@
     , containers >=0.5.5.1
     , contravariant >=1.3
     , criterion
-    , cryptohash >=0.11.6
+    , cryptohash-sha1 >=0.11.6
     , deepseq >=1.3.0.2
     , directory >=1.2
     , filepath >=1.3
@@ -278,7 +277,7 @@
     , containers >=0.5.5.1
     , contravariant >=1.3
     , criterion
-    , cryptohash >=0.11.6
+    , cryptohash-sha1 >=0.11.6
     , deepseq >=1.3.0.2
     , directory >=1.2
     , filepath >=1.3
diff --git a/test/Data/StoreSpec.hs b/test/Data/StoreSpec.hs
--- a/test/Data/StoreSpec.hs
+++ b/test/Data/StoreSpec.hs
@@ -86,6 +86,7 @@
 #endif
 #if MIN_VERSION_time(1,11,0)
 import qualified Data.Time.Calendar.Quarter as Time
+import qualified Data.Time.Calendar.WeekDate as Time
 #endif
 
 #if !MIN_VERSION_smallcheck(1,2,0)
