From 361716f87fe57ea267734cab7acee0c7b91a6d3c1a146db60f4d32f553432346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:42:18 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-unliftio revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unliftio?expand=0&rev=35 --- ghc-unliftio.changes | 73 ++------------------------------------------ 1 file changed, 2 insertions(+), 71 deletions(-) diff --git a/ghc-unliftio.changes b/ghc-unliftio.changes index e24e10a..e0dbd3c 100644 --- a/ghc-unliftio.changes +++ b/ghc-unliftio.changes @@ -1,74 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:15:08 UTC 2019 - Peter Simons +Wed Aug 28 17:31:09 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add unliftio at version 0.2.12. -------------------------------------------------------------------- -Sat Jul 13 02:01:41 UTC 2019 - psimons@suse.com - -- Update unliftio to version 0.2.12. - ## 0.2.12 - - * Dropped support for ghc-7.8 - * Addition of `UnliftIO.IO.File` module and atomic+durable file writes: - - * `writeBinaryFile` - * `writeBinaryFileAtomic` - * `writeBinaryFileDurable` - * `writeBinaryFileDurableAtomic` - * `withBinaryFileAtomic` - * `withBinaryFileDurable` - * `withBinaryFileDurableAtomic` - * `ensureFileDurable` - -------------------------------------------------------------------- -Sat Jun 8 02:02:34 UTC 2019 - psimons@suse.com - -- Update unliftio to version 0.2.11. - ## 0.2.11 - - * Deprecate `forkWithUnmask` in favor of the newly added `forkIOWithUnmask` to - improve consistency. [https://github.com/fpco/unliftio/issues/44] - -------------------------------------------------------------------- -Mon Dec 31 03:01:33 UTC 2018 - psimons@suse.com - -- Update unliftio to version 0.2.10. - ## 0.2.10 - - * Add pooling related functions for unliftio - -------------------------------------------------------------------- -Wed Dec 12 03:02:02 UTC 2018 - psimons@suse.com - -- Update unliftio to version 0.2.9.0. - ## 0.2.9.0 - - * Add the new `Conc` datatype as a more efficient alternative to `Concurrently` - -------------------------------------------------------------------- -Thu Oct 4 15:40:13 UTC 2018 - psimons@suse.com - -- Update unliftio to version 0.2.8.1. - ## 0.2.8.1 - - * Support for `stm-2.5.0.0` - - ## 0.2.8.0 - - * Add 'UnliftIO.Memoize' - -------------------------------------------------------------------- -Thu Aug 30 15:29:11 UTC 2018 - psimons@suse.com - -- Update unliftio to version 0.2.7.1. - # Changelog for unliftio - - ## 0.2.7.1 - - * Minor doc improvements - -------------------------------------------------------------------- -Mon May 14 17:02:11 UTC 2018 - psimons@suse.com - -- Add unliftio at version 0.2.7.0. From ec47a84e79a633c9708793ccef7fb735c76411016094742e19df95960d61ceaf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:03:59 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-unliftio revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unliftio?expand=0&rev=36 --- ghc-unliftio.changes | 73 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 2 deletions(-) diff --git a/ghc-unliftio.changes b/ghc-unliftio.changes index e0dbd3c..e24e10a 100644 --- a/ghc-unliftio.changes +++ b/ghc-unliftio.changes @@ -1,5 +1,74 @@ ------------------------------------------------------------------- -Wed Aug 28 17:31:09 UTC 2019 - psimons@suse.com +Fri Nov 8 16:15:08 UTC 2019 - Peter Simons -- Add unliftio at version 0.2.12. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Sat Jul 13 02:01:41 UTC 2019 - psimons@suse.com + +- Update unliftio to version 0.2.12. + ## 0.2.12 + + * Dropped support for ghc-7.8 + * Addition of `UnliftIO.IO.File` module and atomic+durable file writes: + + * `writeBinaryFile` + * `writeBinaryFileAtomic` + * `writeBinaryFileDurable` + * `writeBinaryFileDurableAtomic` + * `withBinaryFileAtomic` + * `withBinaryFileDurable` + * `withBinaryFileDurableAtomic` + * `ensureFileDurable` + +------------------------------------------------------------------- +Sat Jun 8 02:02:34 UTC 2019 - psimons@suse.com + +- Update unliftio to version 0.2.11. + ## 0.2.11 + + * Deprecate `forkWithUnmask` in favor of the newly added `forkIOWithUnmask` to + improve consistency. [https://github.com/fpco/unliftio/issues/44] + +------------------------------------------------------------------- +Mon Dec 31 03:01:33 UTC 2018 - psimons@suse.com + +- Update unliftio to version 0.2.10. + ## 0.2.10 + + * Add pooling related functions for unliftio + +------------------------------------------------------------------- +Wed Dec 12 03:02:02 UTC 2018 - psimons@suse.com + +- Update unliftio to version 0.2.9.0. + ## 0.2.9.0 + + * Add the new `Conc` datatype as a more efficient alternative to `Concurrently` + +------------------------------------------------------------------- +Thu Oct 4 15:40:13 UTC 2018 - psimons@suse.com + +- Update unliftio to version 0.2.8.1. + ## 0.2.8.1 + + * Support for `stm-2.5.0.0` + + ## 0.2.8.0 + + * Add 'UnliftIO.Memoize' + +------------------------------------------------------------------- +Thu Aug 30 15:29:11 UTC 2018 - psimons@suse.com + +- Update unliftio to version 0.2.7.1. + # Changelog for unliftio + + ## 0.2.7.1 + + * Minor doc improvements + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Add unliftio at version 0.2.7.0. From 82101e4d805476f2a1a0a09a2ba9545c2e2a7b26d560bc977258a0dfc7e68d99 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Mar 2020 08:13:58 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-unliftio revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unliftio?expand=0&rev=37 --- ghc-unliftio.changes | 8 ++++++++ ghc-unliftio.spec | 4 ++-- unliftio-0.2.12.1.tar.gz | 3 +++ unliftio-0.2.12.tar.gz | 3 --- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 unliftio-0.2.12.1.tar.gz delete mode 100644 unliftio-0.2.12.tar.gz diff --git a/ghc-unliftio.changes b/ghc-unliftio.changes index e24e10a..b512c2b 100644 --- a/ghc-unliftio.changes +++ b/ghc-unliftio.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 24 08:07:10 UTC 2020 - psimons@suse.com + +- Update unliftio to version 0.2.12.1. + ## 0.2.12.1 + + * Minor doc improvements + ------------------------------------------------------------------- Fri Nov 8 16:15:08 UTC 2019 - Peter Simons diff --git a/ghc-unliftio.spec b/ghc-unliftio.spec index f602725..78f5f93 100644 --- a/ghc-unliftio.spec +++ b/ghc-unliftio.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-unliftio # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 unliftio %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.12 +Version: 0.2.12.1 Release: 0 Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) License: MIT diff --git a/unliftio-0.2.12.1.tar.gz b/unliftio-0.2.12.1.tar.gz new file mode 100644 index 0000000..59c99d0 --- /dev/null +++ b/unliftio-0.2.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c375f052f493c5e4d190cf7f7154f6803d370911f802b027d4d2e7acf6ae8a3 +size 53520 diff --git a/unliftio-0.2.12.tar.gz b/unliftio-0.2.12.tar.gz deleted file mode 100644 index 72f1f76..0000000 --- a/unliftio-0.2.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fa9f4d4cc078fd7c76914652070d06a646f83d34e51547fede4fdd7f30ffe09 -size 53746