packages feed

pandoc-stylefrommeta 0.2.2.0 → 0.2.3.0

raw patch · 3 files changed

+8/−4 lines, 3 filesdep +extradep −MissingH

Dependencies added: extra

Dependencies removed: MissingH

Files

Changelog.md view
@@ -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). 
pandoc-stylefrommeta.cabal view
@@ -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
styleFromMeta.hs view
@@ -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)