diff -Nru haskell-cmark-gfm-0.2.1+ds1/changelog haskell-cmark-gfm-0.2.3+ds1/changelog --- haskell-cmark-gfm-0.2.1+ds1/changelog 2019-11-15 06:00:48.000000000 +0000 +++ haskell-cmark-gfm-0.2.3+ds1/changelog 2022-03-09 03:23:25.000000000 +0000 @@ -1,3 +1,11 @@ +cmark-gfm 0.2.3 (9 Mar 2022) + + * Pull in upstream changes. + +cmark-gfm 0.2.2 (16 Sep 2020) + + * Pull in upstream changes. + cmark-gfm 0.2.1 (15 Nov 2019) * Add tasklist support (#16, Christian Gill). diff -Nru haskell-cmark-gfm-0.2.1+ds1/cmark-gfm.cabal haskell-cmark-gfm-0.2.3+ds1/cmark-gfm.cabal --- haskell-cmark-gfm-0.2.1+ds1/cmark-gfm.cabal 2019-11-15 06:00:48.000000000 +0000 +++ haskell-cmark-gfm-0.2.3+ds1/cmark-gfm.cabal 2022-03-09 03:23:43.000000000 +0000 @@ -1,19 +1,19 @@ name: cmark-gfm -version: 0.2.1 +version: 0.2.3 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.0) and does not require prior installation of the + libcmark-gfm (0.29.0.gfm.3) 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 -maintainer: kivikakk@github.com +maintainer: ashe@kivikakk.ee copyright: (C) 2015--17 John MacFarlane, (C) 2017--19 Ashe Connor category: Text build-type: Simple @@ -69,7 +69,7 @@ library exposed-modules: CMarkGFM build-depends: base >=4.5 && < 5.0, - text >= 1.0 && < 1.3, + text >= 1.0 && < 2.1, bytestring if impl(ghc < 7.6) build-depends: ghc-prim >= 0.2 diff -Nru haskell-cmark-gfm-0.2.1+ds1/debian/changelog haskell-cmark-gfm-0.2.3+ds1/debian/changelog --- haskell-cmark-gfm-0.2.1+ds1/debian/changelog 2022-03-21 00:04:59.000000000 +0000 +++ haskell-cmark-gfm-0.2.3+ds1/debian/changelog 2022-07-02 16:51:15.000000000 +0000 @@ -1,23 +1,16 @@ -haskell-cmark-gfm (0.2.1+ds1-2build2) jammy; urgency=medium +haskell-cmark-gfm (0.2.3+ds1-1) unstable; urgency=medium - * No-change rebuild against libcmark-gfm0.29.0.gfm.3 + * Declare compliance with Debian policy 4.6.1 + * New upstream release (Closes: #1004009) - -- Steve Langasek Mon, 21 Mar 2022 00:04:59 +0000 - -haskell-cmark-gfm (0.2.1+ds1-2build1) jammy; urgency=medium - - * No-change rebuild for Jammy w/ cmark-gfm. - - -- Utkarsh Gupta Mon, 31 Jan 2022 14:47:50 +0530 + -- Ilias Tsitsimpis Sat, 02 Jul 2022 19:51:15 +0300 haskell-cmark-gfm (0.2.1+ds1-2) unstable; urgency=medium * team upload - * simple rebuild to link against current libcmark (see bug#1003964) - -- Jonas Smedegaard Wed, 19 Jan 2022 10:06:14 +0100 haskell-cmark-gfm (0.2.1+ds1-1) unstable; urgency=medium diff -Nru haskell-cmark-gfm-0.2.1+ds1/debian/control haskell-cmark-gfm-0.2.3+ds1/debian/control --- haskell-cmark-gfm-0.2.1+ds1/debian/control 2022-03-21 00:04:59.000000000 +0000 +++ haskell-cmark-gfm-0.2.3+ds1/debian/control 2022-07-02 16:51:15.000000000 +0000 @@ -1,6 +1,5 @@ Source: haskell-cmark-gfm -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Haskell Group +Maintainer: Debian Haskell Group Uploaders: Clint Adams Priority: optional Section: haskell @@ -16,7 +15,7 @@ libcmark-gfm-extensions-dev (>= 0.29.0.gfm.0-6), pkg-config, Build-Depends-Indep: ghc-doc, -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Homepage: https://github.com/kivikakk/cmark-gfm-hs X-Description: fast, accurate GitHub Flavored Markdown parser and renderer This package provides Haskell bindings for libcmark-gfm, the reference