Blame SPECS/ghc-unliftio-core.spec

839273
# generated by cabal-rpm-0.12
839273
# https://fedoraproject.org/wiki/Packaging:Haskell
839273
839273
%global pkg_name unliftio-core
839273
%global pkgver %{pkg_name}-%{version}
839273
839273
Name:           ghc-%{pkg_name}
839273
Version:        0.1.1.0
839273
Release:        3%{?dist}
839273
Summary:        The MonadUnliftIO typeclass for unlifting monads to IO
839273
839273
License:        MIT
839273
Url:            https://hackage.haskell.org/package/%{pkg_name}
839273
Source0:        https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
839273
839273
BuildRequires:  ghc-Cabal-devel
839273
BuildRequires:  ghc-rpm-macros
839273
# Begin cabal-rpm deps:
839273
BuildRequires:  ghc-transformers-devel
839273
# End cabal-rpm deps
839273
839273
%description
839273
Provides the core MonadUnliftIO typeclass, instances for base and transformers,
839273
and basic utility functions.
839273
839273
839273
%package devel
839273
Summary:        Haskell %{pkg_name} library development files
839273
Provides:       %{name}-static = %{version}-%{release}
839273
Provides:       %{name}-doc = %{version}-%{release}
839273
%if %{defined ghc_version}
839273
Requires:       ghc-compiler = %{ghc_version}
839273
Requires(post): ghc-compiler = %{ghc_version}
839273
Requires(postun): ghc-compiler = %{ghc_version}
839273
%endif
839273
Requires:       %{name}%{?_isa} = %{version}-%{release}
839273
839273
%description devel
839273
This package provides the Haskell %{pkg_name} library development files.
839273
839273
839273
%prep
839273
%setup -q -n %{pkgver}
839273
839273
839273
%build
839273
%ghc_lib_build
839273
839273
839273
%install
839273
%ghc_lib_install
839273
839273
839273
%post devel
839273
%ghc_pkg_recache
839273
839273
839273
%postun devel
839273
%ghc_pkg_recache
839273
839273
839273
%files -f %{name}.files
839273
%license LICENSE
839273
839273
839273
%files devel -f %{name}-devel.files
839273
%doc ChangeLog.md README.md
839273
839273
839273
%changelog
839273
* Fri Feb 23 2018 Jens Petersen <petersen@redhat.com> - 0.1.1.0-3
839273
- bump over resourcet
839273
839273
* Sat Jan 27 2018 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.1.0-1
839273
- spec file generated by cabal-rpm-0.12