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
|
Sun Jul 10 17:29:37 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,15 +19,14 @@
|
|||||||
%global pkg_name comonad
|
%global pkg_name comonad
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 4.2.7.2
|
Version: 5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Comonads
|
Summary: Comonads
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: System/Libraries
|
Group: Development/Languages/Other
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
# Begin cabal-rpm deps:
|
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-contravariant-devel
|
BuildRequires: ghc-contravariant-devel
|
||||||
BuildRequires: ghc-distributive-devel
|
BuildRequires: ghc-distributive-devel
|
||||||
@ -42,7 +41,6 @@ BuildRequires: ghc-directory-devel
|
|||||||
BuildRequires: ghc-doctest-devel
|
BuildRequires: ghc-doctest-devel
|
||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Comonads.
|
Comonads.
|
||||||
@ -61,20 +59,14 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%cabal_test
|
||||||
%{cabal} test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
Loading…
Reference in New Issue
Block a user