Accepting request 283689 from home:pluskalm:branches:devel:languages:haskell
- Add dependency on ghc-exceptions which is now required - Update to 1.1.3.3: + monad-control-1.0 support + Provide the `withEx` function to interact nicely with the exceptions package. OBS-URL: https://build.opensuse.org/request/show/283689 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-resourcet?expand=0&rev=4
This commit is contained in:
parent
04dda0bd6e
commit
a183bf5168
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 1 18:21:18 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Add dependency on ghc-exceptions which is now required
|
||||||
|
- Update to 1.1.3.3:
|
||||||
|
+ monad-control-1.0 support
|
||||||
|
+ Provide the `withEx` function to interact nicely with the
|
||||||
|
exceptions package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 6 22:09:31 UTC 2013 - sbahling@suse.com
|
Sun Oct 6 22:09:31 UTC 2013 - sbahling@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-resourcet
|
# spec file for package ghc-resourcet
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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 resourcet
|
%global pkg_name resourcet
|
||||||
|
|
||||||
Name: ghc-resourcet
|
Name: ghc-resourcet
|
||||||
Version: 0.4.8
|
Version: 1.1.3.3
|
||||||
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
|
||||||
@ -33,6 +33,7 @@ BuildRequires: ghc-Cabal-devel
|
|||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-lifted-base-devel
|
BuildRequires: ghc-lifted-base-devel
|
||||||
BuildRequires: ghc-mmorph-devel
|
BuildRequires: ghc-mmorph-devel
|
||||||
BuildRequires: ghc-monad-control-devel
|
BuildRequires: ghc-monad-control-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1508a31ed8c45dcf2a9807a228055346945cdf00fea98b3f76620a562a24f782
|
|
||||||
size 9453
|
|
3
resourcet-1.1.3.3.tar.gz
Normal file
3
resourcet-1.1.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:829f2a7427429dbfd343e03c5bfb3e46c3bfbe84a797e9c166d40f0b66b80546
|
||||||
|
size 11332
|
Loading…
Reference in New Issue
Block a user