Accepting request 623768 from devel:languages:haskell
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. - Update extra to version 1.6.9. 1.6.9, released 2018-07-12 Add loop, the non-monadic version of loopM #36, add whenMaybe and whenMaybeM - Update extra to version 1.6.8. 1.6.8, released 2018-05-24 Add notNull Add listDirectories 1.6.7, released 2018-05-23 #35, add fold1M and fold1M_ #34, lots of documentation typos - initial commit of extra package OBS-URL: https://build.opensuse.org/request/show/623768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-extra?expand=0&rev=17
This commit is contained in:
commit
c2158351b5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79996e6a8add465b9ae6253249199afc7fb2e4df475744dbe32b3c0b4573a09d
|
|
||||||
size 39499
|
|
3
extra-1.6.9.tar.gz
Normal file
3
extra-1.6.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2bc8cf7bd00e08f99cd6e55f7405f1b9d3950d84ef28e32b4b91bf0bc0baac77
|
||||||
|
size 40293
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 18 14:26:23 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
||||||
|
and update copyright headers with spec-cleaner.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 17 19:31:05 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update extra to version 1.6.9.
|
||||||
|
1.6.9, released 2018-07-12
|
||||||
|
Add loop, the non-monadic version of loopM
|
||||||
|
#36, add whenMaybe and whenMaybeM
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 13 14:31:51 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update extra to version 1.6.8.
|
||||||
|
1.6.8, released 2018-05-24
|
||||||
|
Add notNull
|
||||||
|
Add listDirectories
|
||||||
|
1.6.7, released 2018-05-23
|
||||||
|
#35, add fold1M and fold1M_
|
||||||
|
#34, lots of documentation typos
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
@ -125,4 +150,3 @@ Sun Feb 1 16:44:27 UTC 2015 - mimi.vx@gmail.com
|
|||||||
Sat Nov 15 20:36:28 UTC 2014 - mimi.vx@gmail.com
|
Sat Nov 15 20:36:28 UTC 2014 - mimi.vx@gmail.com
|
||||||
|
|
||||||
- initial commit of extra package
|
- initial commit of extra package
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name extra
|
%global pkg_name extra
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.6.6
|
Version: 1.6.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extra functions I use
|
Summary: Extra functions I use
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user