Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-commonmark-extensions-devel | Distribution: SUSE Linux Enterprise 15 |
Version: 0.2.5.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.3.3.1 | Build date: Tue Jan 30 10:53:03 2024 |
Group: Unspecified | Build host: nebbiolo |
Size: 20146829 | Source RPM: ghc-commonmark-extensions-0.2.5.1-150500.3.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://hackage.haskell.org/package/commonmark-extensions | |
Summary: Haskell commonmark-extensions library development files |
This package provides the Haskell commonmark-extensions library development files.
BSD-3-Clause
* Tue Dec 12 2023 [email protected] - Update commonmark-extensions to version 0.2.5.1. [#]# 0.2.5.1 * Add `test/alerts.md` to extra-source-files in cabal file. [#]# 0.2.5 * Add support for alerts extension, supporting GitHub-style alerts (#132). <https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts> New module Commonmark.Extensions.Alerts [API change]. * Do not accept footnote labels with line breaks (Michael Howell). * Parse `[^ ]` and `[^]` as links (Michael Howell). This is consistent with most other CommonMark parsers, even when they have support for footnotes turned on. [#]# 0.2.4 * Make `pipe_tables` extension treat backslash escapes like GH does (#112, Michael Howell). This change essentially changes the way the text `\\|` gets parsed inside a table. In the old version, the first backslash escapes the second backslash, and then the pipe is treated as a cell separator. In the new version, the pipe is still preceded by a backslash, so it is still literal text. The escaping rule is documented in detail in the spec for this extension. This change also aligns our escaping of pipes with GitHub's. [#]# 0.2.3.6 * Fix pipe table parser so that `|`s don't interfere with other block structures (Michael Howell, #111, fixing #52 and [#95]). This parser is structured as a system that parses the * second* line first, then parses the first line. That is, if it detects a delimiter row as the second line of a paragraph, it converts the paragraph into a table. This seems counterintuitive, but it works better than trying to convert a table into a paragraph, since it might need to be something else. * Improve parsing of inline math (#110). [#]# 0.2.3.5 - Resolve entities inside wikilinks (#105, Michał Kukieła). [#]# 0.2.3.4 - Require whitespace after definition list marker (#104). Otherwise we can inadvertently clobber strikeout or subscript. [#]# 0.2.3.3 - Fix definition_lists extension (#96). We were not properly consuming indentation in definitions, which caused problems when the definitions themselves contained lists. * Tue May 31 2022 [email protected] - Update commonmark-extensions to version 0.2.3.2. [#]# 0.2.3.2 - Update lower version bounds for commonmark (#93, David Thrane Christiansen). * Sat Apr 02 2022 [email protected] - Update commonmark-extensions to version 0.2.3.1. [#]# 0.2.3.1 - `math` extension: don't fail when display math contains embedded inline math. See jgm/pandoc#7942. - Make math parsing more sophisticated. Count embeddings inside `{..}`, since math can contain e.g. `\text{...}` which itself contains math delimiters. - Small improvement in pipe table parsing. The old parser failed on some edge cases with extra whitespace after pipes (which we should just ignore). - `fancy_list` extension: improve list type ambiguity resolution (#89). * Wed Jan 12 2022 [email protected] - Update commonmark-extensions to version 0.2.3. [#]# 0.2.3 - Allow bare word attribute in fenced_divs (#84). This follows a similar change in pandoc (jgm/pandoc#7242). * Mon Nov 01 2021 [email protected] - Add commonmark-extensions at version 0.2.2.1. * Sun May 30 2021 [email protected] - Update commonmark-extensions to version 0.2.1.2. [#]# 0.2.1.2 - Fix bug with absolute paths in rebase_relative_paths extension on Windows. * Sat May 29 2021 [email protected] - Update commonmark-extensions to version 0.2.1.1. [#]# 0.2.1.1 - Fix bug in wikilinks extensions. [#]# 0.2.1 - Add `rebase_relative_paths` extension. New exported module Commonmark.Extensions.RebaseRelativePaths [API change]. - Add `wikilinks_title_before_pipe` and `wikilinks_title_after_pipe` extensions (#69). New exported module Commonmark.Extensions.Wikilinks [API change]. * Thu Dec 17 2020 [email protected] - disable %{ix86} build * Sat Nov 07 2020 [email protected] - Update commonmark-extensions to version 0.2.0.4. [#]# 0.2.0.4 - Add a test for autolinks (#66). - Require commonmark 0.1.1.2 (otherwise autolinks don't work properly). [#]# 0.2.0.3 - Add some new test examples to the autolinks extension spec (#65). - Allow interior `~` characters in autolinks (#65). * Tue Nov 03 2020 [email protected] - Update commonmark-extensions to version 0.2.0.2. [#]# 0.2.0.2 - Remove unnecessary Typeable constraint on `TaskList` and `gfmExtensions` (#58). - Fix bug in `footnote` extension: multiple blocks in a block container (e.g. block quote or list) inside a footnote were being rendered in reverse order (#63, Harald Gliebe). * Tue Aug 18 2020 [email protected] - Replace %setup -q with the more modern %autosetup macro. * Tue Aug 04 2020 [email protected] - Add commonmark-extensions at version 0.2.0.1.
/usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Alerts.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Alerts.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Alerts.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Attributes.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Attributes.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Attributes.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/AutoIdentifiers.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/AutoIdentifiers.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/AutoIdentifiers.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Autolink.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Autolink.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Autolink.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/DefinitionList.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/DefinitionList.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/DefinitionList.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Emoji.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Emoji.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Emoji.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/FancyList.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/FancyList.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/FancyList.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Footnote.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Footnote.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Footnote.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/HardLineBreaks.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/HardLineBreaks.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/HardLineBreaks.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/ImplicitHeadingReferences.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/ImplicitHeadingReferences.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/ImplicitHeadingReferences.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Math.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Math.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Math.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/PipeTable.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/PipeTable.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/PipeTable.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/RebaseRelativePaths.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/RebaseRelativePaths.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/RebaseRelativePaths.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Smart.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Smart.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Smart.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Strikethrough.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Strikethrough.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Strikethrough.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Subscript.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Subscript.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Subscript.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Superscript.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Superscript.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Superscript.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/TaskList.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/TaskList.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/TaskList.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Wikilinks.dyn_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Wikilinks.hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/Commonmark/Extensions/Wikilinks.p_hi /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/libHScommonmark-extensions-0.2.5.1-4OX0COCC9gm5y5Z39OIIeo.a /usr/lib64/ghc-8.10.7/commonmark-extensions-0.2.5.1/libHScommonmark-extensions-0.2.5.1-4OX0COCC9gm5y5Z39OIIeo_p.a /usr/lib64/ghc-8.10.7/package.conf.d/commonmark-extensions-0.2.5.1.conf /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1 /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Alerts.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Attributes.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-AutoIdentifiers.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Autolink.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-DefinitionList.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Emoji.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-FancyList.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Footnote.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-HardLineBreaks.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-ImplicitHeadingReferences.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Math.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-PipeTable.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-RebaseRelativePaths.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Smart.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Strikethrough.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Subscript.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Superscript.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-TaskList.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions-Wikilinks.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/Commonmark-Extensions.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/commonmark-extensions.haddock /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/commonmark-extensions.txt /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/doc-index.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/haddock-bundle.min.js /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/index.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/linuwial.css /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/meta.json /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/quick-jump.css /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Alerts.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Attributes.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.AutoIdentifiers.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Autolink.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.DefinitionList.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Emoji.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.FancyList.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Footnote.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.HardLineBreaks.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.ImplicitHeadingReferences.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Math.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.PipeTable.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.RebaseRelativePaths.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Smart.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Strikethrough.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Subscript.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Superscript.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.TaskList.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.Wikilinks.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/Commonmark.Extensions.html /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/highlight.js /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/src/style.css /usr/share/doc/ghc-8.10.7/html/libraries/commonmark-extensions-0.2.5.1/synopsis.png /usr/share/doc/packages/ghc-commonmark-extensions-devel /usr/share/doc/packages/ghc-commonmark-extensions-devel/README.md /usr/share/doc/packages/ghc-commonmark-extensions-devel/changelog.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024