forked from pool/ghc-resourcet
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-resourcet revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-resourcet?expand=0&rev=64
This commit is contained in:
parent
ef1314094d
commit
feccc342ee
@ -1,38 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:45:54 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 26 02:00:26 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update resourcet to version 1.2.4.2.
|
||||
## 1.2.4.2
|
||||
|
||||
* Mask exceptions in `Acquire` allocation action
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 09:10:54 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update resourcet to version 1.2.4.1.
|
||||
## 1.2.4.1
|
||||
|
||||
* Document risk of using `forkIO` within a `ResourceT` [#441](https://github.com/snoyberg/conduit/pull/441)
|
||||
|
||||
## 1.2.4
|
||||
|
||||
* Add `allocate_` [#437](https://github.com/snoyberg/conduit/pull/437)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 06:54:13 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update resourcet to version 1.2.4.
|
||||
# ChangeLog for resourcet
|
||||
|
||||
## 1.2.3
|
||||
|
||||
* Support `unliftio-core` 0.2.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:14:36 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-resourcet
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019 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 resourcet
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.2.4.2
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Deterministic allocation and freeing of scarce resources
|
||||
License: BSD-3-Clause
|
||||
@ -52,7 +52,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
3
resourcet-1.2.2.tar.gz
Normal file
3
resourcet-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5
|
||||
size 16541
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17f20842043ad199961a801b6efb1233b9098eb3537f8395844268f6a223eb87
|
||||
size 16862
|
Loading…
Reference in New Issue
Block a user