update to 1.2.4.3
This commit is contained in:
parent
3c0f7bd39e
commit
57c0167ba3
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/resourcet-1.2.4.tar.gz
|
||||
/resourcet-1.2.4.1.tar.gz
|
||||
/resourcet-1.2.4.2.tar.gz
|
||||
/resourcet-1.2.4.3.tar.gz
|
||||
|
@ -7,14 +7,15 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.2.4.2
|
||||
Release: 7%{?dist}
|
||||
Version: 1.2.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Deterministic allocation and freeing of scarce resources
|
||||
|
||||
License: BSD
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
||||
# End cabal-rpm sources
|
||||
|
||||
# Begin cabal-rpm deps:
|
||||
@ -76,6 +77,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%prep
|
||||
# Begin cabal-rpm setup:
|
||||
%setup -q -n %{pkgver}
|
||||
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
# End cabal-rpm setup
|
||||
|
||||
|
||||
@ -119,6 +121,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 1.2.4.3-1
|
||||
- https://hackage.haskell.org/package/resourcet-1.2.4.3/changelog
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
47
resourcet-1.2.4.3.cabal
Normal file
47
resourcet-1.2.4.3.cabal
Normal file
@ -0,0 +1,47 @@
|
||||
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
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (resourcet-1.2.4.2.tar.gz) = 9f415a902261e64916e8c937a3d464eb29ff3a59fde511a17304aa4aa58c01f882d29c304375a0f23d87fa770763f09c84e428ed9f75c9b187fe2aabbbf4adf2
|
||||
SHA512 (resourcet-1.2.4.3.tar.gz) = 75a3b4885d9fc8273c988f830c30fc4458efd938d89dba5ae34dbe9256c9a5c6ce42beb930cfa59666e87c97bf4c616a4053ef70e917259934e15bd0fee61bdd
|
||||
|
Loading…
Reference in New Issue
Block a user