--- a/tasty-hspec.cabal
+++ b/tasty-hspec.cabal
@@ -1,18 +1,18 @@
-cabal-version:       2.2
-name:                tasty-hspec
-version:             1.2.0.4
-synopsis:            Hspec support for the Tasty test framework.
-description:         This package provides a Tasty provider for Hspec test
-                     suites.
+cabal-version: 2.2
 
-homepage:            https://github.com/mitchellwrosen/tasty-hspec
-license:             BSD-3-Clause
-license-file:        LICENSE
-author:              Mitchell Rosen
-maintainer:          mitchellwrosen@gmail.com
-category:            Testing
-build-type:          Simple
-tested-with:         GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1
+author: Mitchell Dalvi Rosen
+build-type: Simple
+category: Testing
+description: This package provides a Tasty provider for Hspec test suites.
+homepage: https://github.com/mitchellwrosen/tasty-hspec
+license-file: LICENSE
+license: BSD-3-Clause
+maintainer: Mitchell Dalvi Rosen <mitchellwrosen@gmail.com>
+name: tasty-hspec
+synopsis: Hspec support for the Tasty test framework.
+tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1, GHC == 9.12.1
+version: 1.2.0.4
+x-revision: 8
 
 extra-doc-files:
   .gitignore
@@ -28,14 +28,14 @@ source-repository head
 
 library
   build-depends:
-    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,
+    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,
     hspec ^>= 2.11.0,
     hspec-api ^>= 2.11.0,
     hspec-core ^>= 2.11.0,
-    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14,
-    tasty ^>= 1.3 || ^>= 1.4,
+    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17,
+    tasty ^>= 1.3 || ^>= 1.4 || ^>= 1.5,
     tasty-smallcheck >= 0.1 && < 0.9,
-    tasty-quickcheck ^>= 0.9.1 || ^>= 0.10,
+    tasty-quickcheck ^>= 0.9.1 || ^>= 0.10 || ^>= 0.11,
   default-extensions:
     LambdaCase
     ScopedTypeVariables
