osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-haddock-library revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-haddock-library?expand=0&rev=23
This commit is contained in:
Peter Simons 2018-05-15 18:23:52 +00:00 committed by Git OBS Bridge
parent 24938fe4ba
commit f420c2f8cc

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update haddock-library to version 1.5.0.1.
* Support for parsing unicode operators (#458)
* Bifunctor, Bifoldable and Bitraversable instances for DocH and MetaDoc
* Support for grid tables
* added `DocTable` constructor to `DocH`
* added `Table`, `TableCell` and `TableRow` data types
* added `markupTable` to `DocMarkupH` data type
* Move markup related data types to haddock-library
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com