update to 0.1.2.0

epel9
Jens Petersen 6 years ago
parent aea626344c
commit 18ce43d81c

1
.gitignore vendored

@ -1 +1,2 @@
/unliftio-core-0.1.1.0.tar.gz /unliftio-core-0.1.1.0.tar.gz
/unliftio-core-0.1.2.0.tar.gz

@ -5,8 +5,8 @@
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.1.1.0 Version: 0.1.2.0
Release: 6%{?dist} Release: 1%{?dist}
Summary: The MonadUnliftIO typeclass for unlifting monads to IO Summary: The MonadUnliftIO typeclass for unlifting monads to IO
License: MIT License: MIT
@ -80,6 +80,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog %changelog
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 0.1.2.0-1
- update to 0.1.2.0
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.1.1.0-6 * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.1.1.0-6
- refresh to cabal-rpm-0.13 - refresh to cabal-rpm-0.13

@ -1 +1 @@
SHA512 (unliftio-core-0.1.1.0.tar.gz) = e8be49b96f3daaff670dfa4b2a4e77bd290a5629b3df974155a7ea9631015969c9f4e9f74d4217eb1b77a47565aacf537e7f46f5f9a481c548a41f85876b1141 SHA512 (unliftio-core-0.1.2.0.tar.gz) = 5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb

@ -1,11 +1,13 @@
-- This file has been generated from package.yaml by hpack version 0.21.2. cabal-version: >= 1.10
-- This file has been generated from package.yaml by hpack version 0.29.6.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 30994f07a9010e7816784501ed5ff3165c34026fa5dc555ebf1a70f6d6c0f1af -- hash: 9dda29b2ae88c7aba738c44b9efa373de55a416be845a7bf888fc8c108166fed
name: unliftio-core name: unliftio-core
version: 0.1.1.0 version: 0.1.2.0
x-revision: 1 x-revision: 1
synopsis: The MonadUnliftIO typeclass for unlifting monads to IO synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
description: Please see the documentation and README at <https://www.stackage.org/package/unliftio-core> description: Please see the documentation and README at <https://www.stackage.org/package/unliftio-core>
@ -17,8 +19,6 @@ copyright: 2017 FP Complete
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
build-type: Simple build-type: Simple
cabal-version: >= 1.10
extra-source-files: extra-source-files:
ChangeLog.md ChangeLog.md
README.md README.md
@ -27,7 +27,7 @@ library
hs-source-dirs: hs-source-dirs:
src src
build-depends: build-depends:
base >=4.5 && <4.12 base >=4.5 && <4.13
, transformers >=0.2 && <0.6 , transformers >=0.2 && <0.6
exposed-modules: exposed-modules:
Control.Monad.IO.Unlift Control.Monad.IO.Unlift
Loading…
Cancel
Save