Accepting request 393190 from devel:languages:haskell:lts

- 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

OBS-URL: https://build.opensuse.org/request/show/393190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=11
This commit is contained in:
Ondřej Súkup 2016-05-01 15:55:45 +00:00 committed by Git OBS Bridge
parent 7d547be9e4
commit 46d7c24bba
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