diff --git a/.gitignore b/.gitignore index 8f779e2..d056305 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /unliftio-core-0.1.1.0.tar.gz /unliftio-core-0.1.2.0.tar.gz +/unliftio-core-0.2.0.1.tar.gz diff --git a/ghc-unliftio-core.spec b/ghc-unliftio-core.spec index 9c6690e..74931bc 100644 --- a/ghc-unliftio-core.spec +++ b/ghc-unliftio-core.spec @@ -5,8 +5,8 @@ %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 0.1.2.0 -Release: 9%{?dist} +Version: 0.2.0.1 +Release: 1%{?dist} Summary: The MonadUnliftIO typeclass for unlifting monads to IO License: MIT @@ -103,6 +103,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Aug 5 2021 Jens Petersen - 0.2.0.1-1 +- update to 0.2.0.1 + * Thu Jul 22 2021 Fedora Release Engineering - 0.1.2.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 3b7427d..38b7e4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unliftio-core-0.1.2.0.tar.gz) = 5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb +SHA512 (unliftio-core-0.2.0.1.tar.gz) = 6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02 diff --git a/unliftio-core-0.1.2.0.cabal b/unliftio-core-0.2.0.1.cabal similarity index 80% rename from unliftio-core-0.1.2.0.cabal rename to unliftio-core-0.2.0.1.cabal index e38fc20..e5f71f2 100644 --- a/unliftio-core-0.1.2.0.cabal +++ b/unliftio-core-0.2.0.1.cabal @@ -1,36 +1,36 @@ -cabal-version: >= 1.10 +cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.29.6. +-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- --- hash: 9dda29b2ae88c7aba738c44b9efa373de55a416be845a7bf888fc8c108166fed +-- hash: 9cae5ca1af8760786d8e586fd9b1ed7e329f13f4ec8a3d0aee62818b25038c1f name: unliftio-core -version: 0.1.2.0 -x-revision: 2 +version: 0.2.0.1 +x-revision: 1 synopsis: The MonadUnliftIO typeclass for unlifting monads to IO description: Please see the documentation and README at category: Control homepage: https://github.com/fpco/unliftio/tree/master/unliftio-core#readme author: Michael Snoyman, Francesco Mazzoli maintainer: michael@snoyman.com -copyright: 2017 FP Complete +copyright: 2017-2020 FP Complete license: MIT license-file: LICENSE build-type: Simple extra-source-files: - ChangeLog.md README.md + ChangeLog.md library - hs-source-dirs: - src - build-depends: - base >=4.5 && <4.14 - , transformers >=0.2 && <0.6 exposed-modules: Control.Monad.IO.Unlift other-modules: Paths_unliftio_core + hs-source-dirs: + src + build-depends: + base >=4.5 && < 10 + , transformers >=0.2 && <0.6 default-language: Haskell2010