diff --git a/store-streaming.cabal b/store-streaming.cabal
--- a/store-streaming.cabal
+++ b/store-streaming.cabal
@@ -1,13 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.33.0.
+-- This file has been generated from package.yaml by hpack version 0.35.1.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: cd65b31035b92434fdc9c7a6f868357f6dc55065531d3a3c1afc89059faf562e
 
 name:           store-streaming
-version:        0.2.0.3
+version:        0.2.0.4
 synopsis:       Streaming interfaces for `store`
 category:       Serialization, Data
 homepage:       https://github.com/fpco/store#readme
@@ -17,6 +15,15 @@
 license:        MIT
 license-file:   LICENSE
 build-type:     Simple
+tested-with:
+    GHC==9.0.1
+  , GHC==8.10.4
+  , 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
 
@@ -45,10 +52,10 @@
     , streaming-commons >=0.1.10.0
     , text >=1.2.0.4
     , transformers >=0.3.0.0
+  default-language: Haskell2010
   if impl(ghc < 8.0)
     build-depends:
         fail >=4.9
-  default-language: Haskell2010
 
 test-suite store-test
   type: exitcode-stdio-1.0
@@ -58,6 +65,8 @@
   hs-source-dirs:
       test
   ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N
+  build-tool-depends:
+      hspec-discover:hspec-discover
   build-depends:
       async >=2.0.2
     , base >=4.7 && <5
@@ -76,7 +85,7 @@
     , text >=1.2.0.4
     , transformers >=0.3.0.0
     , void
+  default-language: Haskell2010
   if impl(ghc < 8.0)
     build-depends:
         fail >=4.9
-  default-language: Haskell2010
