diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for tasty-sugar
 
+## 2.0.1.0 -- 2023-01-09
+
+ * Support for GHC 9.4.
+
 ## 2.0.0.1 -- 2022-11-10
 
  * Fixed arithmetic underflow exception.  This only happened when an
diff --git a/tasty-sugar.cabal b/tasty-sugar.cabal
--- a/tasty-sugar.cabal
+++ b/tasty-sugar.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.0
 
 name:                tasty-sugar
-version:             2.0.0.1
+version:             2.0.1.0
 synopsis:            Tests defined by Search Using Golden Answer References
 description:
   .
@@ -25,7 +25,7 @@
 category:            Testing
 build-type:          Simple
 
-tested-with: GHC ==8.6.5 GHC ==8.8.4 GHC ==8.10.7 GHC ==9.0.1 GHC ==9.2.3
+tested-with: GHC ==8.6.5 GHC ==8.8.4 GHC ==8.10.7 GHC ==9.0.1 GHC ==9.2.3 GHC ==9.4.4
 
 extra-source-files:  CHANGELOG.md
                      README.org
@@ -88,15 +88,15 @@
   exposed-modules:   Test.Tasty.Sugar
   build-depends:       base >=4.10 && < 5
                      , containers
-                     , directory >= 1.3 && < 1.4
-                     , filepath >= 1.4 && < 1.5
+                     , directory
+                     , filepath
                      , filemanip >= 0.3 && < 0.4
                      , logict >= 0.7.0.3 && < 0.9
                      , optparse-applicative >= 0.15 && < 0.18
                      , prettyprinter >= 1.7.0 && < 1.8
                      , tasty >= 1.2 && < 1.5
                      , tasty-sugar-internal
-                     , text >= 1.2 && < 1.3
+                     , text
   hs-source-dirs:      src
   default-language:    Haskell2010
   GHC-options:         -Wall -Wcompat
@@ -116,18 +116,18 @@
                    , Test.Tasty.Sugar.ParamCheck
                    , Test.Tasty.Sugar.Report
                    , Test.Tasty.Sugar.Types
-  build-depends:     base >= 4.10
-                   , containers >= 0.6 && < 0.7
+  build-depends:     base
+                   , containers
                    , directory
                    , filepath
                    , filemanip
                    , kvitable >= 1.0 && < 1.1
                    , logict
                    , microlens >= 0.4 && < 0.5
-                   , mtl >= 2.2 && < 2.3
+                   , mtl
                    , parallel >= 3.2 && < 3.3
                    , prettyprinter >= 1.7 && < 1.8
-                   , text >= 1.2 && < 1.3
+                   , text
   hs-source-dirs:    src/internal
   default-language:  Haskell2010
   GHC-options:      -Wall -Wcompat
