Accepting request 355949 from devel:languages:haskell:lts

- update to 0.5.0.2
* Added flags for removing some dependencies.
* upport doctests when building to non-standard locations (such as when using stack.)
* Support base-orphans

OBS-URL: https://build.opensuse.org/request/show/355949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=4
This commit is contained in:
Ondřej Súkup 2016-01-26 08:44:23 +00:00 committed by Git OBS Bridge
parent 781d3ad20e
commit 4f24f3110e
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:82d1f53495fe9c25e4e974825666b4a6232af7452784e145cc04aeb365b25468
size 6686

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 26 08:40:30 UTC 2016 - mimi.vx@gmail.com
- update to 0.5.0.2
* Added flags for removing some dependencies.
* upport doctests when building to non-standard locations (such as when using stack.)
* Support base-orphans
-------------------------------------------------------------------
Thu May 21 06:41:23 UTC 2015 - mimi.vx@gmail.com

View File

@ -21,7 +21,7 @@
%bcond_with tests
Name: ghc-distributive
Version: 0.4.4
Version: 0.5.0.2
Release: 0
Summary: Distributive functors -- Dual to Traversable
License: BSD-2-Clause
@ -34,6 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-tagged-devel
BuildRequires: ghc-transformers-compat-devel
BuildRequires: ghc-transformers-devel