Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-commonmark-prof-0.2.5-1.2 RPM for ppc64le

From OpenSuSE Ports Tumbleweed for ppc64le

Name: ghc-commonmark-prof Distribution: openSUSE Tumbleweed
Version: 0.2.5 Vendor: openSUSE
Release: 1.2 Build date: Sun Feb 25 19:07:24 2024
Group: Unspecified Build host: obs-power8-05
Size: 33652503 Source RPM: ghc-commonmark-0.2.5-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://hackage.haskell.org/package/commonmark
Summary: Haskell commonmark profiling library
This package provides the Haskell commonmark profiling library.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Jan 29 2024 Peter Simons <psimons@suse.com>
  - Update commonmark to version 0.2.5.
    [#]# 0.2.5
    * Fix HTML comment parser to conform to 0.31.2 spec.
    * Update spec.txt tests to commonmark-spec 0.31.2.
    * Match HTML declaration blocks with lowercase letters
      (Michael Howell).
    * Specifically track the position where enders end (Michael Howell).
* Mon Dec 11 2023 Peter Simons <psimons@suse.com>
  - Update commonmark to version 0.2.4.1.
    [#]# 0.2.4.1
    * Commonmark.Html: Add `aria-hidden`, `d`, and `viewBox` to allowed attributes list.
    * Correctly merge list blanks with non-list blanks (#133, Michael Howell).
    * Do not look for backslashed hard breaks in link titles (#130, Michael Howell).
    * Work around ghc bug with `-K` RTS options, to set the stack space properly
      for tests (#129). See https://gitlab.haskell.org/ghc/ghc/-/issues/10445.
    * Revert block state completely if lazy line (#126). This fixes an issue with
      lazily-wrapped footnotes.
    * Avoid adding trailing newline to list block if it's already there
      (Michael Howell). This fixes tight/loose classification in a few
      cases.
    * Fix incorrectly parsing links with nested `[]` (Michael Howell).
* Fri Oct 27 2023 Peter Simons <psimons@suse.com>
  - Update commonmark to version 0.2.4.
    [#]# 0.2.4
    * Do not parse hard line breaks in fenced codeblock info (#116,
      Michael Howell). This change makes commonmark-hs conform to the spec
      and behave like other implementations when an info string in a code
      block ends with a backslash.
    * [API change] Commonmark.Inlines now exports `pEscapedSymbol`
      (#116, Michael Howell).
    * Tokenize combining marks as WordChars not Symbol (#114).
* Sun Jun 25 2023 Peter Simons <psimons@suse.com>
  - Update commonmark to version 0.2.3.
    [#]# 0.2.3
    * Re-export Text.Parsec.Pos from Commonmark.Types (Fraser
      Tweedale, #106).
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
  - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Sat Apr 02 2022 Peter Simons <psimons@suse.com>
  - Update commonmark to version 0.2.2.
    [#]# 0.2.2
    * Blocks: export `getParentListType` [API change].
    * Require unicode-data >= 0.3.
    * Change `mkFormattingSpecMap` so it integrates different
      FormattingSpecs that use the same character (#87).  Otherwise
      we have problems if you have one formatting spec that
      reacts to single delimiters and another that reacts to
      pairs; if the first fails to match, the fallback behavior
      is produced and the second never matches.
    * Use unicode-data's faster versions of Data.Char functions.
      This speeds up benchmarks for tokenize considerably; little difference
      in other benchmarks.  unicode-data is already a transitive dependency,
      via unicode-transforms.
    * Increase strictness in tokenize/go.
    * Remove legacy cpp needed to support ghc < 8.4.
* Mon Nov 01 2021 psimons@suse.com
  - Update commonmark to version 0.2.1.1.
    [#]# 0.2.1.1
    * Fix bug in `prettyShow` for `SourceRange` (#80).
      The bug led to an infinite loop in certain cases.
* Mon Jun 21 2021 psimons@suse.com
  - Update commonmark to version 0.2.1.
    [#]# 0.2.1
    * Use official 0.30 spec.txt.
    * Update HTML block parser for recent spec changes.
    * Fix test case from commonmark/cmark#383.  We need to index the list
      of stack bottoms not just by the length mod 3 of the closer but by
      whether it can be an opener, since this goes into the calculation of
      whether the delimiters can match.
* Sat May 29 2021 psimons@suse.com
  - Update commonmark to version 0.2.
    [#]# 0.2
    * Commonmark.Inlines: export LinkInfo(..) [API change].
    * Commonmark.Inlines: export pLink [API chage].
    * Comonmark.ReferenceMap: Add linkPos field to LinkInfo [API change].
    * Commonmark.Tokens: normalize unicode to NFC before tokenizing (#57).
      Normalization might affect detection of flankingness, recognition
      of reference links, etc.
    * Commonmark.Html:  add data-prefix to non-HTML5 attributes, as pandoc does.
    * Remove unnecessary build-depends.
    * Use lightweight tasty-bench instead of criterion for benchmarks.
* Mon Feb 08 2021 psimons@suse.com
  - Update commonmark to version 0.1.1.4.
    [#]# 0.1.1.4
    * Fix build with GHC 9.0.1 (Simon Jakobi, #72).
* Tue Jan 12 2021 psimons@suse.com
  - Update commonmark to version 0.1.1.3.
    [#]# 0.1.1.3
    * Fix bug in links with spaces at the beginning or end of
      link description (#67).  We were putting flankingness constraints
      on the link delimiters, but this isn't requried by the spec.

Files

/usr/lib64/ghc-9.6.4/lib
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Blocks.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Entity.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Html.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Inlines.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Parser.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/ReferenceMap.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/SourceMap.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Syntax.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Tag.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/TokParsers.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Tokens.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/Commonmark/Types.p_hi
/usr/lib64/ghc-9.6.4/lib/commonmark-0.2.5/libHScommonmark-0.2.5-4hjCmy7vEjQE2VLrT644FU_p.a


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:40:55 2024