cabal-rpm-1.0.0: add doc and prof subpkgs

epel9
Jens Petersen 6 years ago
parent 6313b39292
commit 604350ca00

@ -6,7 +6,7 @@
Name: ghc-%{pkg_name}
Version: 0.1.2.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: The MonadUnliftIO typeclass for unlifting monads to IO
License: MIT
@ -104,6 +104,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.1.2.0-3
- add doc and prof subpackages (cabal-rpm-1.0.0)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -8,7 +8,7 @@ cabal-version: >= 1.10
name: unliftio-core
version: 0.1.2.0
x-revision: 1
x-revision: 2
synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
description: Please see the documentation and README at <https://www.stackage.org/package/unliftio-core>
category: Control
@ -27,7 +27,7 @@ library
hs-source-dirs:
src
build-depends:
base >=4.5 && <4.13
base >=4.5 && <4.14
, transformers >=0.2 && <0.6
exposed-modules:
Control.Monad.IO.Unlift

Loading…
Cancel
Save