diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-## [*Unreleased*](https://github.com/freckle/aws-xray-client/compare/aws-xray-client-wai-v0.1.0.1...main)
+## [*Unreleased*](https://github.com/freckle/aws-xray-client/compare/aws-xray-client-wai-v0.1.0.2...main)
 
 None
+
+## [v0.1.0.2](https://github.com/freckle/aws-xray-client/compare/aws-xray-client-wai-v0.1.0.1...aws-xray-client-wait-v0.1.0.2)
+
+- Support GHCs 9.0 and 9.2
 
 ## [v0.1.0.1](https://github.com/freckle/aws-xray-client/compare/aws-xray-client-wai-v0.1.0.0...aws-xray-client-wait-v0.1.0.1)
 
diff --git a/aws-xray-client-wai.cabal b/aws-xray-client-wai.cabal
--- a/aws-xray-client-wai.cabal
+++ b/aws-xray-client-wai.cabal
@@ -1,18 +1,18 @@
-cabal-version:      1.12
-name:               aws-xray-client-wai
-version:            0.1.0.1
-license:            MIT
-copyright:          2021 Renaissance Learning Inc
-maintainer:         engineering@freckle.com
-author:             Freckle R&D
-homepage:           https://github.com/freckle/aws-xray-client#readme
-bug-reports:        https://github.com/freckle/aws-xray-client/issues
-synopsis:           A client for AWS X-Ray integration with WAI.
+cabal-version:   1.18
+name:            aws-xray-client-wai
+version:         0.1.0.2
+license:         MIT
+copyright:       2021 Renaissance Learning Inc
+maintainer:      engineering@freckle.com
+author:          Freckle R&D
+homepage:        https://github.com/freckle/aws-xray-client#readme
+bug-reports:     https://github.com/freckle/aws-xray-client/issues
+synopsis:        A client for AWS X-Ray integration with WAI.
 description:
     Works with `aws-xray-client` to enable X-Ray tracing with WAI.
 
-build-type:         Simple
-extra-source-files:
+build-type:      Simple
+extra-doc-files:
     README.md
     CHANGELOG.md
 
@@ -35,16 +35,16 @@
         TypeApplications TypeFamilies
 
     build-depends:
-        aws-xray-client >=0.1.0.1,
-        base >=4.14.1.0 && <5,
-        bytestring >=0.10.12.0,
-        containers >=0.6.2.1,
-        http-types >=0.12.3,
-        lens >=4.19.2,
-        random >=1.2.0,
-        text >=1.2.4.1,
-        time >=1.9.3,
-        unliftio >=0.2.18,
-        unliftio-core >=0.2.0.1,
-        vault >=0.3.1.5,
-        wai >=3.2.3
+        aws-xray-client >=0.1.0.2,
+        base >=4.11.1.0 && <5,
+        bytestring >=0.10.8.2,
+        containers >=0.5.11.0,
+        http-types >=0.12.2,
+        lens >=4.16.1,
+        random >=1.1,
+        text >=1.2.3.1,
+        time >=1.8.0.2,
+        unliftio >=0.2.9.0,
+        unliftio-core >=0.1.2.0,
+        vault >=0.3.1.2,
+        wai >=3.2.1.2
