diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,15 @@
 # Revision history for skylighting and skylighting-core
 
+## 0.8.2.2 -- 2019-09-30
+
+  * Remove upper bound on regex-base and require
+    regex-pcre-builtin >= 0.95, to avoid a build conflict
+    with earlier versions of regex-pcre-builtin and
+    regex-base >= 0.94.
+
+  * Remove unused system-pcre flag in skylighting.cabal.
+    This flag only affects skylighting-core.
+
 ## 0.8.2.1 -- 2019-09-25
 
   * Add upper bound for regex-base if regex-pcre-builtin is used.
diff --git a/skylighting.cabal b/skylighting.cabal
--- a/skylighting.cabal
+++ b/skylighting.cabal
@@ -1,5 +1,5 @@
 name:                skylighting
-version:             0.8.2.1
+version:             0.8.2.2
 synopsis:            syntax highlighting library
 description:         Skylighting is a syntax highlighting library with
                      support for over one hundred languages.  It derives
@@ -183,7 +183,7 @@
                        Skylighting.Syntax.Zsh
   other-extensions:    CPP, Arrows
   build-depends:       base >= 4.8 && < 5.0,
-                       skylighting-core == 0.8.2.1,
+                       skylighting-core == 0.8.2.2,
                        bytestring,
                        containers,
                        binary
@@ -191,10 +191,6 @@
   ghc-prof-options:    -fprof-auto-exported
   default-language:    Haskell2010
   ghc-options:         -Wall
-
-Flag system-pcre
-  Description:   Use regex-pcre instead of regex-pcre-builtin
-  Default:       False
 
 Flag executable
   Description:   Whether to build the skylighting program
