diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,9 @@
+# 1.10.0.1
+
+Andreas Abel, 2023-01-24
+* Allow `unix-compat-0.6`.
+* Builds `-Wall` warning-free with GHC 8.0 - 9.4.
+
 # 1.10.0
 
 Andreas Abel, 2022-01-30
diff --git a/shelly.cabal b/shelly.cabal
--- a/shelly.cabal
+++ b/shelly.cabal
@@ -1,6 +1,6 @@
 Name:       shelly
 
-Version:     1.10.0
+Version:     1.10.0.1
 Synopsis:    shell-like (systems) programming in Haskell
 
 Description: Shelly provides convenient systems programming in Haskell,
@@ -17,27 +17,28 @@
              .
              See the shelly-extra package for additional functionality.
              .
-             An overview is available in the README: <https://github.com/yesodweb/Shelly.hs/blob/master/README.md>
+             An overview is available in the README: <https://github.com/gregwebs/Shelly.hs/blob/master/README.md>
 
 
-Homepage:            https://github.com/yesodweb/Shelly.hs
+Homepage:            https://github.com/gregwebs/Shelly.hs
 License:             BSD3
 License-file:        LICENSE
 Author:              Greg Weber, Petr Rockai
-Maintainer:          Greg Weber <greg@gregweber.info>, Andreas Abel
+Maintainer:          Andreas Abel
 Category:            Development
 Build-type:          Simple
 Cabal-version:       >=1.10
 
 tested-with:
-  GHC == 8.0.2
-  GHC == 8.2.2
-  GHC == 8.4.4
-  GHC == 8.6.5
-  GHC == 8.8.4
-  GHC == 8.10.7
+  GHC == 9.4.4
+  GHC == 9.2.5
   GHC == 9.0.2
-  GHC == 9.2.1
+  GHC == 8.10.7
+  GHC == 8.8.4
+  GHC == 8.6.5
+  GHC == 8.4.4
+  GHC == 8.2.2
+  GHC == 8.0.2
 
 -- for the sdist of the test suite
 extra-source-files:
@@ -75,7 +76,7 @@
     , async
     , bytestring                >= 0.10.6.0
     , containers                >= 0.5.7.0
-    , directory                 >= 1.3.0.0   && < 1.4.0.0
+    , directory                 >= 1.3.0.0   && < 1.4
     , enclosed-exceptions
     , exceptions                >= 0.8.2.1
     , filepath
@@ -88,7 +89,7 @@
     , time                      >= 1.3       && < 1.13
     , transformers              >= 0.5.0.0
     , transformers-base
-    , unix-compat               >= 0.4.1.1   && < 0.6
+    , unix-compat               >= 0.4.1.1   && < 0.7
 
   ghc-options:
     -Wall
@@ -100,10 +101,11 @@
   default-language: Haskell2010
   default-extensions:
     CPP
+    TypeOperators
 
 source-repository head
   type:     git
-  location: https://github.com/yesodweb/Shelly.hs
+  location: https://github.com/gregwebs/Shelly.hs
 
 Flag lifted
    Description: run the tests against Shelly.Lifted
