osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-resourcet revision:18, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-resourcet?expand=0&rev=72
This commit is contained in:
parent
fbfb800b4d
commit
d39bea9c7b
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Feb 4 12:15:08 UTC 2022 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,13 +19,12 @@
|
|||||||
%global pkg_name resourcet
|
%global pkg_name resourcet
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.2.4.3
|
Version: 1.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Deterministic allocation and freeing of scarce resources
|
Summary: Deterministic allocation and freeing of scarce resources
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
@ -55,7 +54,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:054152fec5cdc044dd9310c37e548913bcec67ec4e84998a1419a8c067b43b7f
|
|
||||||
size 17062
|
|
3
resourcet-1.2.5.tar.gz
Normal file
3
resourcet-1.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f67c698a88dda8e25ce3cb6c507c0edf7bb3bf05150cd0ede85e7cdab246492e
|
||||||
|
size 17098
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user