packages feed

skylighting 0.8.2.1 → 0.8.2.2

raw patch · 2 files changed

+12/−6 lines, 2 filesdep ~skylighting-core

Dependency ranges changed: skylighting-core

Files

changelog.md view
@@ -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.
skylighting.cabal view
@@ -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