osc copypac from project:devel:languages:haskell:lts:6 package:ghc-async revision:4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=17
This commit is contained in:
Peter Simons 2016-07-22 21:40:44 +00:00 committed by Git OBS Bridge
parent e70828966e
commit 20e45bcfde

View File

@ -28,7 +28,6 @@ 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-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-stm-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
@ -36,7 +35,6 @@ BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
%endif
# End cabal-rpm deps
%description
This package provides a higher-level interface over threads, in which an 'Async
@ -77,9 +75,7 @@ This package provides the Haskell %{pkg_name} library development files.
%check
%if %{with tests}
%{cabal} test
%endif
%cabal_test
%post devel