Accepting request 393191 from devel:languages:haskell

- update to 1.4.5
* change fileEq on files that do not exist to be an error
* add mconcatMap and mconcatMapM
* add fileEq
* add isMac (forwarded request 393190 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/393191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-extra?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2016-05-03 07:37:11 +00:00 committed by Git OBS Bridge
commit a162254cd7
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:905325626869958eeb1660469df79d75165f932b2f8b6e80798ebec8c570e1f8
size 31832

3
extra-1.4.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fb35fe9c2c2c27305713c28d283cb4254abc792dd75ce8ef4c00fa4ee77ceb5
size 32956

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Apr 30 16:02:30 UTC 2016 - mimi.vx@gmail.com
- update to 1.4.5
* change fileEq on files that do not exist to be an error
* add mconcatMap and mconcatMapM
* add fileEq
* add isMac
-------------------------------------------------------------------
Fri Jan 8 10:43:20 UTC 2016 - mimi.vx@gmail.com

View File

@ -21,7 +21,7 @@
%global debug_package %{nil}
%bcond_with tests
Name: ghc-extra
Version: 1.4.3
Version: 1.4.5
Release: 0
Summary: Extra functions I use
License: BSD-3-Clause