diff --git a/ghc-lifted-async.changes b/ghc-lifted-async.changes index c1605ae..e6a93aa 100644 --- a/ghc-lifted-async.changes +++ b/ghc-lifted-async.changes @@ -1,25 +1,30 @@ ------------------------------------------------------------------- -Fri Nov 8 16:14:08 UTC 2019 - Peter Simons +Tue Aug 18 10:45:21 UTC 2020 - Peter Simons -- Drop obsolete group attributes. +- Replace %setup -q with the more modern %autosetup macro. ------------------------------------------------------------------- -Fri May 3 02:03:10 UTC 2019 - psimons@suse.com +Fri Jul 24 02:00:22 UTC 2020 - psimons@suse.com -- Update lifted-async to version 0.10.0.4. - ## v0.10.0.4 - 2019-05-03 +- Update lifted-async to version 0.10.1.2. + ## v0.10.1.2 - 2020-07-23 - * Relax upper version bounds for base and constraints + * Relax upper version bound for tasty-expected-failure ------------------------------------------------------------------- -Thu Oct 4 15:40:00 UTC 2018 - psimons@suse.com +Tue Jun 30 02:00:21 UTC 2020 - psimons@suse.com -- Update lifted-async to version 0.10.0.3. - ## v0.10.0.3 - 2018-09-25 +- Update lifted-async to version 0.10.1.1. + ## v0.10.1.1 - 2020-06-29 - * Relax upper version bound for base to support GHC 8.6.1 + * Bump up cabal-version to 1.24 + + ## v0.10.1 - 2020-06-29 + + * Fix typechecking errors with GHC HEAD 8.11 ([#31](https://github.com/maoe/lifted-async/pull/31)) ------------------------------------------------------------------- -Mon Jul 9 19:44:57 UTC 2018 - psimons@suse.com +Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com + +- Add lifted-async at version 0.10.0.6. -- Add lifted-async at version 0.10.0.2. diff --git a/ghc-lifted-async.spec b/ghc-lifted-async.spec index b1de59c..6cf696a 100644 --- a/ghc-lifted-async.spec +++ b/ghc-lifted-async.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-lifted-async # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name lifted-async %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.0.4 +Version: 0.10.1.2 Release: 0 Summary: Run lifted IO operations asynchronously and wait for their results License: BSD-3-Clause @@ -56,7 +56,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build diff --git a/lifted-async-0.10.0.4.tar.gz b/lifted-async-0.10.0.4.tar.gz deleted file mode 100644 index cd71cec..0000000 --- a/lifted-async-0.10.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9c988c2078f9d83034b26f487182869aaaa67c4b1e340c306b35dc9410b9433 -size 10267 diff --git a/lifted-async-0.10.1.2.tar.gz b/lifted-async-0.10.1.2.tar.gz new file mode 100644 index 0000000..b426ecd --- /dev/null +++ b/lifted-async-0.10.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd24cb197953701507680893b84df505eb58d1c31e1d45f9a0edae43cd965713 +size 10374