Accepting request 607794 from devel:languages:haskell
Update ghc-extra to the latest version. OBS-URL: https://build.opensuse.org/request/show/607794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-extra?expand=0&rev=16
This commit is contained in:
commit
b6c128f489
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a44b5db0c7004a9299f738e30e4aa4cac1e4428a84fb67fd9b1b21f96fd58c70
|
||||
size 36641
|
3
extra-1.6.6.tar.gz
Normal file
3
extra-1.6.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79996e6a8add465b9ae6253249199afc7fb2e4df475744dbe32b3c0b4573a09d
|
||||
size 39499
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-extra
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name extra
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.5.3
|
||||
Version: 1.6.6
|
||||
Release: 0
|
||||
Summary: Extra functions I use
|
||||
License: BSD-3-Clause
|
||||
@ -79,7 +79,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc CHANGES.txt README.md
|
||||
|
Loading…
Reference in New Issue
Block a user