diff --git a/ghc-extra.changes b/ghc-extra.changes index a247385..541fe22 100644 --- a/ghc-extra.changes +++ b/ghc-extra.changes @@ -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