From 18ce43d81c500dee1937990105960edd78b39fd4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 21 Feb 2019 12:28:44 +0800 Subject: [PATCH] update to 0.1.2.0 --- .gitignore | 1 + ghc-unliftio-core.spec | 7 +++++-- sources | 2 +- ...core-0.1.1.0.cabal => unliftio-core-0.1.2.0.cabal | 12 ++++++------ 4 files changed, 13 insertions(+), 9 deletions(-) rename unliftio-core-0.1.1.0.cabal => unliftio-core-0.1.2.0.cabal (84%) diff --git a/.gitignore b/.gitignore index 2e40ca4..8f779e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /unliftio-core-0.1.1.0.tar.gz +/unliftio-core-0.1.2.0.tar.gz diff --git a/ghc-unliftio-core.spec b/ghc-unliftio-core.spec index 93f4218..8e0ed48 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.1.0 -Release: 6%{?dist} +Version: 0.1.2.0 +Release: 1%{?dist} Summary: The MonadUnliftIO typeclass for unlifting monads to IO License: MIT @@ -80,6 +80,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 21 2019 Jens Petersen - 0.1.2.0-1 +- update to 0.1.2.0 + * Sun Feb 17 2019 Jens Petersen - 0.1.1.0-6 - refresh to cabal-rpm-0.13 diff --git a/sources b/sources index 11940f6..3b7427d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unliftio-core-0.1.1.0.tar.gz) = e8be49b96f3daaff670dfa4b2a4e77bd290a5629b3df974155a7ea9631015969c9f4e9f74d4217eb1b77a47565aacf537e7f46f5f9a481c548a41f85876b1141 +SHA512 (unliftio-core-0.1.2.0.tar.gz) = 5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb diff --git a/unliftio-core-0.1.1.0.cabal b/unliftio-core-0.1.2.0.cabal similarity index 84% rename from unliftio-core-0.1.1.0.cabal rename to unliftio-core-0.1.2.0.cabal index fc3a42b..217abaa 100644 --- a/unliftio-core-0.1.1.0.cabal +++ b/unliftio-core-0.1.2.0.cabal @@ -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 -- --- hash: 30994f07a9010e7816784501ed5ff3165c34026fa5dc555ebf1a70f6d6c0f1af +-- hash: 9dda29b2ae88c7aba738c44b9efa373de55a416be845a7bf888fc8c108166fed name: unliftio-core -version: 0.1.1.0 +version: 0.1.2.0 x-revision: 1 synopsis: The MonadUnliftIO typeclass for unlifting monads to IO description: Please see the documentation and README at @@ -17,8 +19,6 @@ copyright: 2017 FP Complete license: MIT license-file: LICENSE build-type: Simple -cabal-version: >= 1.10 - extra-source-files: ChangeLog.md README.md @@ -27,7 +27,7 @@ library hs-source-dirs: src build-depends: - base >=4.5 && <4.12 + base >=4.5 && <4.13 , transformers >=0.2 && <0.6 exposed-modules: Control.Monad.IO.Unlift