Accepting request 430798 from devel:languages:haskell:lts:7
update devel:languages:haskell to LTS 7.x OBS-URL: https://build.opensuse.org/request/show/430798 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=9
This commit is contained in:
parent
6ef35737c5
commit
7b36ff050b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b762261ef545a16881b66409398752e249a8e654a34088c66d9fabf9ba5a3b2b
|
||||
size 16430
|
3
comonad-5.tar.gz
Normal file
3
comonad-5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78e5b19da5b701d14ceb2ca19191cc6205b2024ff2f71b754f5e949faa19cb2a
|
||||
size 16383
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 07:03:15 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 5 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 17:29:37 UTC 2016 - psimons@suse.com
|
||||
|
||||
|
@ -19,15 +19,14 @@
|
||||
%global pkg_name comonad
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 4.2.7.2
|
||||
Version: 5
|
||||
Release: 0
|
||||
Summary: Comonads
|
||||
License: BSD-2-Clause
|
||||
Group: System/Libraries
|
||||
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
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-contravariant-devel
|
||||
BuildRequires: ghc-distributive-devel
|
||||
@ -42,7 +41,6 @@ BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-doctest-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
Comonads.
|
||||
@ -61,20 +59,14 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
%{cabal} test
|
||||
%endif
|
||||
|
||||
%cabal_test
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
Loading…
Reference in New Issue
Block a user