diff options
author | 2014-12-13 14:02:27 +0000 | |
---|---|---|
committer | 2014-12-13 14:02:27 +0000 | |
commit | 514787fed6d007eb4a35f557be4f86d359e8a433 (patch) | |
tree | 4384d0d325e6fb9c29400b5af61c48b4b26188ee /dev-haskell/enclosed-exceptions | |
parent | Add easy-file (diff) | |
download | gentoo-2-514787fed6d007eb4a35f557be4f86d359e8a433.tar.gz gentoo-2-514787fed6d007eb4a35f557be4f86d359e8a433.tar.bz2 gentoo-2-514787fed6d007eb4a35f557be4f86d359e8a433.zip |
Bump enclosed-exceptions to 1.0.1
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/enclosed-exceptions')
-rw-r--r-- | dev-haskell/enclosed-exceptions/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/dev-haskell/enclosed-exceptions/ChangeLog b/dev-haskell/enclosed-exceptions/ChangeLog index 53362342f35c..66813e4fb8d6 100644 --- a/dev-haskell/enclosed-exceptions/ChangeLog +++ b/dev-haskell/enclosed-exceptions/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/enclosed-exceptions # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/enclosed-exceptions/ChangeLog,v 1.3 2014/07/25 08:58:22 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/enclosed-exceptions/ChangeLog,v 1.4 2014/12/13 14:02:27 gienah Exp $ + +*enclosed-exceptions-1.0.1 (13 Dec 2014) + + 13 Dec 2014; Mark Wright <gienah@gentoo.org> + +enclosed-exceptions-1.0.1.ebuild: + Bump enclosed-exceptions to 1.0.1 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.ebuild b/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.ebuild new file mode 100644 index 000000000000..950e610bbe76 --- /dev/null +++ b/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/enclosed-exceptions/enclosed-exceptions-1.0.1.ebuild,v 1.1 2014/12/13 14:02:27 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Catching all exceptions from within an enclosed computation" +HOMEPAGE="https://github.com/jcristovao/enclosed-exceptions" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/async-2.0:=[profile?] + >=dev-haskell/lifted-base-0.2:=[profile?] + dev-haskell/monad-control:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/transformers-base:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/quickcheck ) +" |