subpackage new unliftio-core dep
This commit is contained in:
parent
4306e04754
commit
86b51965ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/resourcet-1.1.7.4.tar.gz
|
||||
/resourcet-1.1.9.tar.gz
|
||||
/resourcet-1.1.10.tar.gz
|
||||
/unliftio-core-0.1.1.0.tar.gz
|
||||
|
@ -4,19 +4,24 @@
|
||||
%global pkg_name resourcet
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%bcond_with tests
|
||||
%global unliftiocore unliftio-core-0.1.1.0
|
||||
%global subpkgs %{unliftiocore}
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.1.10
|
||||
# can only be reset when all subpkgs bumped
|
||||
Release: 1%{?dist}
|
||||
Summary: Deterministic allocation and freeing of scarce resources
|
||||
|
||||
License: BSD
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{unliftiocore}/%{unliftiocore}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-rpm-macros-extra
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-exceptions-devel
|
||||
@ -27,7 +32,7 @@ BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-transformers-base-devel
|
||||
BuildRequires: ghc-transformers-compat-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unliftio-core-devel
|
||||
#BuildRequires: ghc-unliftio-core-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
@ -54,15 +59,26 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%global main_version %{version}
|
||||
|
||||
%if %{defined ghclibdir}
|
||||
%ghc_lib_subpackage %{unliftiocore}
|
||||
%endif
|
||||
|
||||
%global version %{main_version}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkgver}
|
||||
%setup -q -n %{pkgver} -a1
|
||||
|
||||
|
||||
%build
|
||||
%ghc_libs_build %{subpkgs}
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_libs_install %{subpkgs}
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
@ -95,6 +111,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%changelog
|
||||
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.1.10-1
|
||||
- update to 1.1.10
|
||||
- subpackage unliftio-core
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (unliftio-core-0.1.1.0.tar.gz) = e8be49b96f3daaff670dfa4b2a4e77bd290a5629b3df974155a7ea9631015969c9f4e9f74d4217eb1b77a47565aacf537e7f46f5f9a481c548a41f85876b1141
|
||||
SHA512 (resourcet-1.1.10.tar.gz) = 41d0f3733856b756d4e82ff7682c2d4a0feae4fa6904e5097c69bc0e19e815b64c57d7bb459ef16c13c5e834be666b55f96e5d15cec49073aa1a0e2651f04705
|
||||
|
Loading…
Reference in New Issue
Block a user