osc copypac from project:devel:languages:haskell:ghc-8.10.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=39
This commit is contained in:
parent
82101e4d80
commit
bf96967f78
@ -1,82 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 24 08:07:10 UTC 2020 - psimons@suse.com
|
Tue Jun 9 09:26:16 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
- Update unliftio to version 0.2.12.1.
|
- Add unliftio at version 0.2.13.
|
||||||
## 0.2.12.1
|
|
||||||
|
|
||||||
* Minor doc improvements
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 8 16:15:08 UTC 2019 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- 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.
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-unliftio
|
# spec file for package ghc-unliftio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name unliftio
|
%global pkg_name unliftio
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.12.1
|
Version: 0.2.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c375f052f493c5e4d190cf7f7154f6803d370911f802b027d4d2e7acf6ae8a3
|
|
||||||
size 53520
|
|
3
unliftio-0.2.13.tar.gz
Normal file
3
unliftio-0.2.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c2562c4c32a1a3ce4ad10c9e5c816862858c80cec0340599747e4dca586ef9f3
|
||||||
|
size 53519
|
Loading…
Reference in New Issue
Block a user