From b4e72bb4123cb4bbc2bd30e12955a92ea72f105e Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Tue, 29 Aug 2023 00:15:19 +1000 Subject: [PATCH] 0.2.6 --- changelog | 4 ++++ cmark-gfm.cabal | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index d3ae599..0c3c5f5 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +cmark-gfm 0.2.6 (28 Aug 2023) + + * Pull in upstream changes (includes security fixes). + cmark-gfm 0.2.5 (27 Sep 2022) * Add support for enabling footnotes (#26, Anton Sorokin). diff --git a/cmark-gfm.cabal b/cmark-gfm.cabal index be81fb0..23277d8 100644 --- a/cmark-gfm.cabal +++ b/cmark-gfm.cabal @@ -1,18 +1,18 @@ name: cmark-gfm -version: 0.2.5 +version: 0.2.6 synopsis: Fast, accurate GitHub Flavored Markdown parser and renderer description: This package provides Haskell bindings for , the reference parser for , a fully specified variant of Markdown. It includes sources for - libcmark-gfm (0.29.0.gfm.6) and does not require prior installation of the + libcmark-gfm (0.29.0.gfm.13) and does not require prior installation of the C library. homepage: https://github.com/kivikakk/cmark-gfm-hs license: BSD3 license-file: LICENSE -author: Ashe Connor +author: Asherah Connor maintainer: ashe@kivikakk.ee copyright: (C) 2015--17 John MacFarlane, (C) 2017--19 Ashe Connor category: Text @@ -69,7 +69,7 @@ library exposed-modules: CMarkGFM build-depends: base >=4.5 && < 5.0, text >= 1.0 && < 2.1, - bytestring + bytestring >= 0.11.5 && < 0.12 if impl(ghc < 7.6) build-depends: ghc-prim >= 0.2 default-language: Haskell2010