update to 0.2.0.1

epel9
Jens Petersen 4 years ago
parent fe904a0e68
commit 4c41466a7d

1
.gitignore vendored

@ -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

@ -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 <petersen@redhat.com> - 0.2.0.1-1
- update to 0.2.0.1
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +1 @@
SHA512 (unliftio-core-0.1.2.0.tar.gz) = 5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb
SHA512 (unliftio-core-0.2.0.1.tar.gz) = 6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02

@ -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 <https://www.stackage.org/package/unliftio-core>
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
Loading…
Cancel
Save