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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=45
This commit is contained in:
Peter Simons 2018-05-15 18:23:46 +00:00 committed by Git OBS Bridge
parent 7b2f33d4d3
commit faf52b493b

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update extra to version 1.6.6.
* Add escapeJSON and unescapeJSON
* Add escapeHTML and unescapeHTML
* #33, improve error messages on test suite failures
* Add dropPrefix and dropSuffix
* Add maximumOn and minimumOn
* #31, add nubSort, nubSortBy and nubSortOn
* Mark the partial functions with Partial
* Add Partial constraint
* Add newTempFileWithin and newTempDirWithin
* Mark the Extra module as deprecated, used for documentation only
* #23, delete subtractTime
* Require QuickCheck-2.10
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com