Accepting request 421673 from devel:languages:haskell:lts:6
version update OBS-URL: https://build.opensuse.org/request/show/421673 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-resourcet?expand=0&rev=24
This commit is contained in:
parent
7ce8c83e75
commit
3e625f8c13
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 17 18:35:27 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.1.7.5 revision 0 with cabal2obs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 17:27:03 UTC 2016 - psimons@suse.com
|
Sun Jul 10 17:27:03 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,15 +19,14 @@
|
|||||||
%global pkg_name resourcet
|
%global pkg_name resourcet
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.1.7.4
|
Version: 1.1.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Deterministic allocation and freeing of scarce resources
|
Summary: Deterministic allocation and freeing of scarce resources
|
||||||
License: BSD-3-Clause
|
License: BSD-3-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-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-lifted-base-devel
|
BuildRequires: ghc-lifted-base-devel
|
||||||
@ -42,7 +41,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hackage documentation generation is not reliable. For up to date documentation,
|
Hackage documentation generation is not reliable. For up to date documentation,
|
||||||
@ -62,20 +60,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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a757d3a4d17373dc48a7072c2d98574934a53eb0ac98a32642952beb751e8f85
|
|
||||||
size 11674
|
|
3
resourcet-1.1.7.5.tar.gz
Normal file
3
resourcet-1.1.7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05d30e225eb96a300718ec0534ffb03cb3bb8c7f87d463dbddb115d01c7f405a
|
||||||
|
size 14980
|
Loading…
Reference in New Issue
Block a user