Ondřej Súkup
c2cb358991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pretty-simple?expand=0&rev=9
38 lines
1.7 KiB
Plaintext
38 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 15 02:37:00 UTC 2020 - psimons@suse.com
|
|
|
|
- Update pretty-simple to version 4.0.0.0.
|
|
## 4.0.0.0
|
|
|
|
* Expand `OutputOptions`:
|
|
* Compactness, including grouping of parentheses.
|
|
[#72](https://github.com/cdepillabout/pretty-simple/pull/72)
|
|
* Page width, affecting when lines are grouped if compact output is enabled.
|
|
[#72](https://github.com/cdepillabout/pretty-simple/pull/72)
|
|
* Indent whole expression. Useful when using `pretty-simple` for one part
|
|
of a larger output.
|
|
[#71](https://github.com/cdepillabout/pretty-simple/pull/71)
|
|
* Use `Style` type for easier configuration of colour, boldness etc.
|
|
[#73](https://github.com/cdepillabout/pretty-simple/pull/73)
|
|
* Significant internal rewrite of printing code, to make use of the [prettyprinter](https://hackage.haskell.org/package/prettyprinter)
|
|
library. The internal function `layoutString` can be used to integrate with
|
|
other `prettyprinter` backends, such as [prettyprinter-lucid](https://hackage.haskell.org/package/prettyprinter-lucid)
|
|
for HTML output.
|
|
[#67](https://github.com/cdepillabout/pretty-simple/pull/67)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 10:45:46 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 8 16:48:02 UTC 2020 - psimons@suse.com
|
|
|
|
- Add pretty-simple at version 3.3.0.0.
|
|
|