diff --git a/Blaze/Text/Int.hs b/Blaze/Text/Int.hs
--- a/Blaze/Text/Int.hs
+++ b/Blaze/Text/Int.hs
@@ -24,7 +24,7 @@
 import Data.Word (Word, Word8, Word16, Word32, Word64)
 import GHC.Base (quotInt, remInt)
 #if MIN_VERSION_base(4,15,0)
-#elif
+#else
 import GHC.Num (quotRemInteger)
 #endif
 import GHC.Types (Int(..))
diff --git a/blaze-textual.cabal b/blaze-textual.cabal
--- a/blaze-textual.cabal
+++ b/blaze-textual.cabal
@@ -1,5 +1,5 @@
 name:            blaze-textual
-version:         0.2.2.0
+version:         0.2.2.1
 license:         BSD3
 license-file:    LICENSE
 category:        Text
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.2.2.1  2021-08-30
+
+* Restore support for GHC <9.
+
 0.2.2.0  2021-08-30
 
 * Add support for GHC 9.0.
