Accepting request 494146 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/494146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-comonad?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2017-06-03 23:52:36 +00:00 committed by Git OBS Bridge
commit f73d02c3d1
4 changed files with 11 additions and 7 deletions

3
comonad-5.0.1.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 24 12:26:15 UTC 2017 - psimons@suse.com
- Update to version 5.0.1 with cabal2obs.
-------------------------------------------------------------------
Thu Sep 15 07:03:15 UTC 2016 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-comonad
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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 comonad
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 5
Version: 5.0.1
Release: 0
Summary: Comonads
License: BSD-2-Clause
@ -27,6 +27,7 @@ Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-cabal-doctest-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-contravariant-devel
BuildRequires: ghc-distributive-devel
@ -37,9 +38,7 @@ BuildRequires: ghc-transformers-compat-devel
BuildRequires: ghc-transformers-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-directory-devel
BuildRequires: ghc-doctest-devel
BuildRequires: ghc-filepath-devel
%endif
%description