diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+### 0.2.3.0
+
+- Migrated from *MissingH* to *extra* for GHC *8.8.1* support.
+
 ### 0.2.2.0
 
 - Updated after Pandoc *2.8* and the *String-to-Text* migration.
@@ -19,5 +23,5 @@
 ### 0.1.1.0
 
 - Added support for Pandoc 2.0.
-- Dropped support for GHC older than 7.8 (pattern synonyms are required).
+- Dropped support for GHC older than *7.8* (pattern synonyms are required).
 
diff --git a/pandoc-stylefrommeta.cabal b/pandoc-stylefrommeta.cabal
--- a/pandoc-stylefrommeta.cabal
+++ b/pandoc-stylefrommeta.cabal
@@ -1,5 +1,5 @@
 name:                    pandoc-stylefrommeta
-version:                 0.2.2.0
+version:                 0.2.3.0
 synopsis:                Pandoc filter to customize links, images and paragraphs
 description:             Pandoc filter to customize links, images and paragraphs
         (with restrictions). Styles are read from the metadata of the document:
@@ -26,7 +26,7 @@
                        , pandoc >= 1.12
                        , pandoc-types >= 1.12
                        , containers >= 0.2
-                       , MissingH >= 1.0.0
+                       , extra
                        , text
                        , bytestring
   default-extensions:    CPP
diff --git a/styleFromMeta.hs b/styleFromMeta.hs
--- a/styleFromMeta.hs
+++ b/styleFromMeta.hs
@@ -10,7 +10,7 @@
 import           Text.Pandoc.Shared (stringify)
 import qualified Data.Map as M
 #if !MIN_VERSION_pandoc_types(1,20,0)
-import           Data.String.Utils (replace)
+import           Data.List.Extra (replace)
 #endif
 
 #if MIN_VERSION_pandoc(2,0,0)
