synchronize wit lts:8 from configuration bbbfb86d6e54c22066d348f5bc28d4fd96e6bfd6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=12
This commit is contained in:
Peter Simons 2017-05-03 11:40:08 +00:00 committed by Git OBS Bridge
parent 9d369257f6
commit 08d119296c
4 changed files with 10 additions and 6 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

@ -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