Accepting request 987763 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/987763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-resourcet?expand=0&rev=29
This commit is contained in:
Richard Brown 2022-08-01 19:31:19 +00:00 committed by Git OBS Bridge
commit a031b7ae1d
5 changed files with 20 additions and 53 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 30 06:16:07 UTC 2022 - Peter Simons <psimons@suse.com>
- Update resourcet to version 1.2.6.
## 1.2.6
* Add `allocateU` [#490](https://github.com/snoyberg/conduit/pull/490)
-------------------------------------------------------------------
Tue May 10 13:16:48 UTC 2022 - Peter Simons <psimons@suse.com>
- Update resourcet to version 1.2.5.
## 1.2.5
* Support `transformers-0.6` / `mtl-2.3`
-------------------------------------------------------------------
Fri Feb 4 12:15:08 UTC 2022 - psimons@suse.com

View File

@ -19,13 +19,12 @@
%global pkg_name resourcet
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.2.4.3
Version: 1.2.6
Release: 0
Summary: Deterministic allocation and freeing of scarce resources
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-exceptions-devel
@ -55,7 +54,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:054152fec5cdc044dd9310c37e548913bcec67ec4e84998a1419a8c067b43b7f
size 17062

3
resourcet-1.2.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f83b35b2106854750ef5f1c34695ea8b7bba6e0572cedf9f2993c5acfdb5fd34
size 17196

View File

@ -1,47 +0,0 @@
Name: resourcet
Version: 1.2.4.3
x-revision: 1
Synopsis: Deterministic allocation and freeing of scarce resources.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/resourcet>.
License: BSD3
License-file: LICENSE
Author: Michael Snoyman
Maintainer: michael@snoyman.com
Category: Data, Conduit
Build-type: Simple
Cabal-version: >=1.10
Homepage: http://github.com/snoyberg/conduit
extra-source-files: ChangeLog.md, README.md
Library
default-language: Haskell2010
Exposed-modules: Control.Monad.Trans.Resource
Control.Monad.Trans.Resource.Internal
Data.Acquire
Data.Acquire.Internal
UnliftIO.Resource
Build-depends: base >= 4.9 && < 5
, containers
, transformers >= 0.4
, mtl >= 2.0 && < 2.3
, exceptions (== 0.8.* || == 0.10.*)
, unliftio-core >=0.1.1.0
, primitive
ghc-options: -Wall
test-suite test
default-language: Haskell2010
hs-source-dirs: test
main-is: main.hs
type: exitcode-stdio-1.0
cpp-options: -DTEST
build-depends: resourcet
, base
, exceptions
, hspec >= 1.3
, transformers
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/snoyberg/conduit.git