diff --git a/ghc-resourcet.changes b/ghc-resourcet.changes index 78dcf36..4f806a2 100644 --- a/ghc-resourcet.changes +++ b/ghc-resourcet.changes @@ -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 diff --git a/ghc-resourcet.spec b/ghc-resourcet.spec index 710319c..5269f0d 100644 --- a/ghc-resourcet.spec +++ b/ghc-resourcet.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name resourcet Name: ghc-resourcet -Version: 0.4.8 +Version: 1.1.3.3 Release: 0 Summary: Deterministic allocation and freeing of scarce resources License: BSD-3-Clause @@ -33,6 +33,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-containers-devel +BuildRequires: ghc-exceptions-devel BuildRequires: ghc-lifted-base-devel BuildRequires: ghc-mmorph-devel BuildRequires: ghc-monad-control-devel diff --git a/resourcet-0.4.8.tar.gz b/resourcet-0.4.8.tar.gz deleted file mode 100644 index e1a8a4d..0000000 --- a/resourcet-0.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1508a31ed8c45dcf2a9807a228055346945cdf00fea98b3f76620a562a24f782 -size 9453 diff --git a/resourcet-1.1.3.3.tar.gz b/resourcet-1.1.3.3.tar.gz new file mode 100644 index 0000000..809c0cb --- /dev/null +++ b/resourcet-1.1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829f2a7427429dbfd343e03c5bfb3e46c3bfbe84a797e9c166d40f0b66b80546 +size 11332