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

ghc-prettyprinter-doc-1.7.2-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: ghc-prettyprinter-doc Distribution: openSUSE Tumbleweed
Version: 1.7.2 Vendor: openSUSE
Release: 1.3 Build date: Tue Apr 28 15:43:03 2026
Group: Unspecified Build host: reproducible
Size: 2848504 Source RPM: ghc-prettyprinter-1.7.2-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/prettyprinter
Summary: Haskell prettyprinter library documentation
This package provides the Haskell prettyprinter library documentation.

Provides

Requires

License

BSD-2-Clause

Changelog

* Tue Apr 28 2026 Peter Simons <psimons@suse.com>
  - Update prettyprinter to version 1.7.2.
    [#] [1.7.2] – April 2026
    - [Add `PrettyAnn` type class](https://github.com/quchen/prettyprinter/pull/256)
    - [Remove the MINIMAL pragma from `Pretty`](https://github.com/quchen/prettyprinter/pull/219)
    - [Add instance `ann ~ Void => Pretty (Doc ann)`](https://github.com/quchen/prettyprinter/pull/234)
    - [Add `Pretty` instances for 4-7 tuples](https://github.com/quchen/prettyprinter/pull/275)
    - [Make it compile with MicroHs](https://github.com/quchen/prettyprinter/pull/270)
    - [Drop support for GHC 7](https://github.com/quchen/prettyprinter/pull/278)
    - [Remove compatibility code for GHC < 8](https://github.com/quchen/prettyprinter/pull/285)
    - Documentation improvements:
    * [#229](https://github.com/quchen/prettyprinter/pull/229)
    * [#255](https://github.com/quchen/prettyprinter/pull/255)
    * [#273](https://github.com/quchen/prettyprinter/pull/273)
    [1.7.2]: https://github.com/quchen/prettyprinter/compare/v1.7.1...v1.7.2
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
  - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Mon Sep 13 2021 psimons@suse.com
  - Update prettyprinter to version 1.7.1.
    [#] [1.7.1]
    - [Deprecate the `Data.Text.Prettyprint.*` modules](https://github.com/quchen/prettyprinter/pull/203)
    * Users should migrate to the new `Prettyprinter` module hierarchy.
    * The old modules will be removed no sooner than September 2022.
    - [Make `text` an optional dependency:](https://github.com/quchen/prettyprinter/pull/202)
    * When built with `-f-text`, any `text`-based APIs will operate on `String`s instead.
    - Documentation improvements:
    * [#194](https://github.com/quchen/prettyprinter/pull/194)
    * [`1f0bffe`](https://github.com/quchen/prettyprinter/commit/1f0bffe5eb53874d1ba46b0a80bda67c02365f1b)
    [1.7.1]: https://github.com/quchen/prettyprinter/compare/v1.7.0...v1.7.1
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Sat Aug 01 2020 psimons@suse.com
  - Update prettyprinter to version 1.7.0.
    [#] [1.7.0]
    [#]# Breaking changes
    - [Fix `layoutPretty` and `layoutSmart` so they don't produce trailing whitespace as a result of indenting empty lines.](https://github.com/quchen/prettyprinter/pull/139)
    * Users of `removeTrailingWhitespace` should check whether it is still needed.
    - [Use `floor` instead of `round` to compute ribbon width.](https://github.com/quchen/prettyprinter/pull/160)
    - [Remove deprecated `Data.Text.Prettyprint.Doc.Render.ShowS` module.](https://github.com/quchen/prettyprinter/pull/173)
    - [Add optimized implementation of `stimes` for `Doc`.](https://github.com/quchen/prettyprinter/pull/135)
    - [Generalize the type of `layoutCompact` to clarify that it doesn't preserve annotations.](https://github.com/quchen/prettyprinter/pull/183)
    - [Add strictness annotations in `SimpleDocStream` and `PageWidth`.](https://github.com/quchen/prettyprinter/pull/129)
    [#]# Non-breaking changes
    - [Add shallower `Prettyprinter` module hierarchy exposing the same API.](https://github.com/quchen/prettyprinter/pull/174)
    * The current plan for the existing `Data.Text.Prettyprint.Doc*` modules is:
    * Start deprecation in early 2021.
    * Remove the modules after a deprecation period of at least one year.
    - [Fix build with GHC 7.4.](https://github.com/quchen/prettyprinter/pull/187)
    - Various documentation improvements.
    [1.7.0]: https://github.com/quchen/prettyprinter/compare/v1.6.2...v1.7.0
* Wed Jul 08 2020 psimons@suse.com
  - Add prettyprinter at version 1.6.2.

Files

/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Internal-Debug.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Internal-Type.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Internal.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Render-String.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Render-Text.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Render-Tutorials-StackMachineTutorial.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Render-Tutorials-TreeRenderingTutorial.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Render-Util-Panic.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Render-Util-SimpleDocTree.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Render-Util-StackMachine.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Symbols-Ascii.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Symbols-Unicode.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc-Util.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Data-Text-Prettyprint-Doc.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Internal-Debug.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Internal-Type.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Internal.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Render-String.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Render-Text.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Render-Tutorials-StackMachineTutorial.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Render-Tutorials-TreeRenderingTutorial.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Render-Util-Panic.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Render-Util-SimpleDocTree.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Render-Util-StackMachine.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Symbols-Ascii.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Symbols-Unicode.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter-Util.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/Prettyprinter.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-60.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-A.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-All.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-B.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-C.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-D.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-E.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-F.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-G.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-H.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-I.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-L.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-N.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-P.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-R.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-S.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-T.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-U.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-V.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-W.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index-Y.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/doc-index.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/haddock-bundle.min.js
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/index.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/linuwial.css
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/meta.json
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/prettyprinter.haddock
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/prettyprinter.txt
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/quick-jump.css
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Internal.Debug.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Internal.Type.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Internal.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Render.String.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Render.Text.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Render.Util.Panic.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Render.Util.StackMachine.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Symbols.Ascii.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Symbols.Unicode.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.Util.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Data.Text.Prettyprint.Doc.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Internal.Debug.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Internal.Type.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Internal.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Render.String.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Render.Text.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Render.Tutorials.StackMachineTutorial.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Render.Tutorials.TreeRenderingTutorial.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Render.Util.Panic.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Render.Util.SimpleDocTree.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Render.Util.StackMachine.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Symbols.Ascii.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Symbols.Unicode.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.Util.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/Prettyprinter.html
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/highlight.js
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/src/style.css
/usr/share/doc/packages/ghc-9.12.4/html/libraries/prettyprinter-1.7.2/synopsis.png
/usr/share/licenses/ghc-prettyprinter-doc
/usr/share/licenses/ghc-prettyprinter-doc/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Aug 14 01:44:22 2026