diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,10 @@
-## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.4...main)
+## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.5...main)
 
 None
+
+## [v0.1.0.5](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.4...bcp47-orphans-v0.1.0.5)
+
+- Support GHCs 9.0 and 9.2
 
 ## [v0.1.0.4](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.3...bcp47-orphans-v0.1.0.4)
 
diff --git a/bcp47-orphans.cabal b/bcp47-orphans.cabal
--- a/bcp47-orphans.cabal
+++ b/bcp47-orphans.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               bcp47-orphans
-version:            0.1.0.4
+version:            0.1.0.5
 license:            MIT
 license-file:       LICENSE
 copyright:          2019 Freckle Education
@@ -34,15 +34,15 @@
     default-language: Haskell2010
     build-depends:
         base >=4.7 && <5,
-        bcp47 >=0.2.0.4,
-        cassava >=0.5.2.0,
+        bcp47 >=0.2.0.6,
+        cassava >=0.5.1.0,
         errors >=2.3.0,
         esqueleto >=3.4.0.1,
-        hashable >=1.3.0.0,
-        http-api-data >=0.4.1.1,
+        hashable >=1.2.7.0,
+        http-api-data >=0.3.8.1,
         path-pieces >=0.2.1,
-        persistent >=2.11.0.2,
-        text >=1.2.4.1
+        persistent >=2.11.0.1,
+        text >=1.2.3.1
 
 test-suite spec
     type:             exitcode-stdio-1.0
@@ -57,11 +57,11 @@
 
     default-language: Haskell2010
     build-depends:
-        QuickCheck >=2.14.2,
+        QuickCheck >=2.11.3,
         base >=4.7 && <5,
-        bcp47 >=0.2.0.4,
+        bcp47 >=0.2.0.6,
         bcp47-orphans -any,
-        cassava >=0.5.2.0,
-        hspec >=2.7.8,
+        cassava >=0.5.1.0,
+        hspec >=2.5.5,
         path-pieces >=0.2.1,
-        persistent >=2.11.0.2
+        persistent >=2.11.0.1
diff --git a/library/Data/BCP47/Esqueleto.hs b/library/Data/BCP47/Esqueleto.hs
--- a/library/Data/BCP47/Esqueleto.hs
+++ b/library/Data/BCP47/Esqueleto.hs
@@ -1,4 +1,5 @@
-{-# OPTIONS_GHC -fno-warn-orphans #-}
+{-# OPTIONS_GHC -Wno-deprecations #-}
+{-# OPTIONS_GHC -Wno-orphans #-}
 
 module Data.BCP47.Esqueleto () where
 
