diff --git a/ghc-unliftio-core.spec b/ghc-unliftio-core.spec index 5783ac2..68a4d8f 100644 --- a/ghc-unliftio-core.spec +++ b/ghc-unliftio-core.spec @@ -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 - 0.1.2.0-3 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 0.1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/unliftio-core-0.1.2.0.cabal b/unliftio-core-0.1.2.0.cabal index 217abaa..e38fc20 100644 --- a/unliftio-core-0.1.2.0.cabal +++ b/unliftio-core-0.1.2.0.cabal @@ -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 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