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

ghc-doctemplates-devel-0.10.0.1-bp154.1.15 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ghc-doctemplates-devel Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.10.0.1 Vendor: openSUSE
Release: bp154.1.15 Build date: Mon May 9 14:41:12 2022
Group: Unspecified Build host: obs-power8-03
Size: 12105555 Source RPM: ghc-doctemplates-0.10.0.1-bp154.1.15.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/doctemplates
Summary: Haskell doctemplates library development files
This package provides the Haskell doctemplates library development files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Oct 12 2021 psimons@suse.com
  - Update doctemplates to version 0.10.0.1.
    [#]# 0.10.0.1
    * Don't rely on aeson Object being implemented as a HashMap.
      This change is needed for doctemplates to compile against aeson 2.0.0.0.
* Mon Jul 19 2021 psimons@suse.com
  - Update doctemplates to version 0.10.
    [#]# 0.10
    * Change rendering and conditional behavior with booleans.
      Previously, `$if(foo)$` evaluated to false iff `foo`
      would render as the empty string. This forced us to render
      a boolean False value as an empty string, rather than `false`.
      And this has caused various problems with templates
      (#16, jgm/pandoc#7402).  Now, boolean False values render as
      `false` -- just as True values render as `true`.  And conditionals
      are now sensitive to booleans, so `$if(foo)$` evaluates to false
      when `foo` is a boolean False value, even though it would render
      as the nonempty string `false`.
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Thu Dec 17 2020 psimons@suse.com
  - Update doctemplates to version 0.9.
    [#]# 0.9
    * Add BoolVal constructor to Val.  This gives a smoother
      interface with JSON and YAML.  [API change]
    * Remove overlapping instances by generalizing
      `ToContext String String` and `FromContext String String`
      to `TemplateTarget [a] => ToContext [a] [a]` and
      `TemplateTarget [a] => FromContext [a] [a]`.
      Remove the instance `ToContext String (Doc String)`.
      Remove redundant constraints.  (#9, favonia) [API change]
* Tue Dec 01 2020 psimons@suse.com
  - Update doctemplates to version 0.8.3.
    [#]# 0.8.3
    * Properly handle nested loops (#15).  Previously "it" was
      always used for the variable in a loop, and in a nested loop
      there was no way to distinguish the value of the inner
      iteration from the value of the outer one.  Now we assign
      the iterated value to both "it" and to the original variable
      name (e.g. "foo.bar").  This probably has a small negative
      performance impact.  Note that this change also affects
      the output of the template parser:  original variable
      names are now retained instead of being replaced by "it".
    * Remove duplicate IsString constraint (#14, Mario Lang).
    * Update haddocks from README (#10).
    * Minor code clean-ups (#7, favonia).
    * Add hsyaml >= 0.2 constraint (#6).
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
  - Re-generate file with latest version of spec-cleaner.
* Wed May 06 2020 psimons@suse.com
  - Update doctemplates to version 0.8.2.
    [#]# 0.8.2
    * Add filters: first, rest, last, allbutlast.
    * New constructors for Filter: FirstItem, LastItem, Rest, AllButLast
      [API change].
* Thu Feb 27 2020 psimons@suse.com
  - Update doctemplates to version 0.8.1.
    [#]# 0.8.1
    * Depend on doclayout 0.3, which adds an additional method
      on the HasChars class.  This fixes some stack overflows
      in rendering very long lines.
* Mon Dec 23 2019 psimons@suse.com
  - Update doctemplates to version 0.8.
    Upstream added a new change log file in this release. With no
    previous version to compare against, the automatic updater cannot
    reliable determine the relevante entries for this release.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimons@suse.com
  - Update doctemplates to version 0.2.2.1.
    Upstream does not provide a changelog.
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Feb 12 2017 psimons@suse.com
  - Update to version 0.1.0.2 with cabal2obs.

Files

/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates.dyn_hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates.hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates.p_hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates/Internal.dyn_hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates/Internal.hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates/Internal.p_hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates/Parser.dyn_hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates/Parser.hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/Text/DocTemplates/Parser.p_hi
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/libHSdoctemplates-0.10.0.1-IZdPYTePiTxJ3Pz3IxyVvG.a
/usr/lib64/ghc-8.10.7/doctemplates-0.10.0.1/libHSdoctemplates-0.10.0.1-IZdPYTePiTxJ3Pz3IxyVvG_p.a
/usr/lib64/ghc-8.10.7/package.conf.d/doctemplates-0.10.0.1.conf
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/Text-DocTemplates-Internal.html
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/Text-DocTemplates-Parser.html
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/Text-DocTemplates.html
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/doc-index.html
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/doctemplates.haddock
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/doctemplates.txt
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/index.html
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/linuwial.css
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/meta.json
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/quick-jump.css
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/src
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/src/Text.DocTemplates.Internal.html
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/src/Text.DocTemplates.Parser.html
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/src/Text.DocTemplates.html
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/src/highlight.js
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/src/style.css
/usr/share/doc/ghc-8.10.7/html/libraries/doctemplates-0.10.0.1/synopsis.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:49:08 2024