diff --git a/ghc-lifted-async.changes b/ghc-lifted-async.changes index 89d9938..577ea32 100644 --- a/ghc-lifted-async.changes +++ b/ghc-lifted-async.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 5 14:15:03 UTC 2021 - psimons@suse.com + +- Update lifted-async to version 0.10.2. + ## v0.10.2 - 20201-04-02 + + * Define withAsync in terms of corresponding function from async ([#36](https://github.com/maoe/lifted-async/pull/36)) + * Fixes [#34](https://github.com/maoe/lifted-async/issues/34) + ------------------------------------------------------------------- Sat Feb 27 13:14:16 UTC 2021 - psimons@suse.com diff --git a/ghc-lifted-async.spec b/ghc-lifted-async.spec index 3112f5a..05c9007 100644 --- a/ghc-lifted-async.spec +++ b/ghc-lifted-async.spec @@ -19,7 +19,7 @@ %global pkg_name lifted-async %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.1.3 +Version: 0.10.2 Release: 0 Summary: Run lifted IO operations asynchronously and wait for their results License: BSD-3-Clause diff --git a/lifted-async-0.10.1.3.tar.gz b/lifted-async-0.10.1.3.tar.gz deleted file mode 100644 index 81fe238..0000000 --- a/lifted-async-0.10.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f340fa9b649dd6bd3fc0942eceb94945a5b251e676b8d8e9841d6b24c531b4c2 -size 10473 diff --git a/lifted-async-0.10.2.tar.gz b/lifted-async-0.10.2.tar.gz new file mode 100644 index 0000000..3526892 --- /dev/null +++ b/lifted-async-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612893b906840cd1e4a9dd12c6466244ada8f8c8ab604f69d6c491db77de902a +size 10607