summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-03-09 12:51:08 +0000
committerMark Wright <gienah@gentoo.org>2014-03-09 12:51:08 +0000
commitd294d51e1a3c3ae7ca9f16c74a1bcf7db69bc901 (patch)
tree979a240e4388442951f2b5d3b8c79682cf5847da /dev-haskell/monad-control
parentBump mmorph to 1.0.2 (diff)
downloadgentoo-2-d294d51e1a3c3ae7ca9f16c74a1bcf7db69bc901.tar.gz
gentoo-2-d294d51e1a3c3ae7ca9f16c74a1bcf7db69bc901.tar.bz2
gentoo-2-d294d51e1a3c3ae7ca9f16c74a1bcf7db69bc901.zip
Bump monad-control to 0.3.2.3
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/monad-control')
-rw-r--r--dev-haskell/monad-control/ChangeLog10
-rw-r--r--dev-haskell/monad-control/monad-control-0.3.1.1.ebuild26
-rw-r--r--dev-haskell/monad-control/monad-control-0.3.1.3.ebuild29
-rw-r--r--dev-haskell/monad-control/monad-control-0.3.2.3.ebuild33
4 files changed, 41 insertions, 57 deletions
diff --git a/dev-haskell/monad-control/ChangeLog b/dev-haskell/monad-control/ChangeLog
index 653e5d6a602e..eebcbe915047 100644
--- a/dev-haskell/monad-control/ChangeLog
+++ b/dev-haskell/monad-control/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/monad-control
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/ChangeLog,v 1.13 2013/11/24 19:34:24 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/ChangeLog,v 1.14 2014/03/09 12:51:08 gienah Exp $
+
+*monad-control-0.3.2.3 (09 Mar 2014)
+
+ 09 Mar 2014; Mark Wright <gienah@gentoo.org> +monad-control-0.3.2.3.ebuild,
+ -monad-control-0.3.1.1.ebuild, -monad-control-0.3.1.3.ebuild:
+ Bump monad-control to 0.3.2.3
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> monad-control-0.3.2.2.ebuild:
Stable for x86, wrt bug #488750
diff --git a/dev-haskell/monad-control/monad-control-0.3.1.1.ebuild b/dev-haskell/monad-control/monad-control-0.3.1.1.ebuild
deleted file mode 100644
index b83f6658a5ea..000000000000
--- a/dev-haskell/monad-control/monad-control-0.3.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/monad-control-0.3.1.1.ebuild,v 1.2 2012/09/12 15:27:35 qnikst Exp $
-
-# ebuild generated by hackport 0.2.17.9999
-
-EAPI=4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Lift control operations, like exception catching, through monad transformers"
-HOMEPAGE="https://github.com/basvandijk/monad-control"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1[profile?] <dev-haskell/base-unicode-symbols-0.3[profile?]
- >=dev-haskell/transformers-0.2[profile?] <dev-haskell/transformers-0.4[profile?]
- >=dev-haskell/transformers-base-0.4.1[profile?] <dev-haskell/transformers-base-0.5[profile?]
- >=dev-lang/ghc-6.8.2"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/monad-control/monad-control-0.3.1.3.ebuild b/dev-haskell/monad-control/monad-control-0.3.1.3.ebuild
deleted file mode 100644
index 366c4aa3cc70..000000000000
--- a/dev-haskell/monad-control/monad-control-0.3.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/monad-control-0.3.1.3.ebuild,v 1.2 2012/09/12 15:27:35 qnikst Exp $
-
-EAPI=4
-
-# ebuild generated by hackport 0.2.18.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Lift control operations, like exception catching, through monad transformers"
-HOMEPAGE="https://github.com/basvandijk/monad-control"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1[profile?]
- <dev-haskell/base-unicode-symbols-0.3[profile?]
- >=dev-haskell/transformers-0.2[profile?]
- <dev-haskell/transformers-0.4[profile?]
- >=dev-haskell/transformers-base-0.4.1[profile?]
- <dev-haskell/transformers-base-0.5[profile?]
- >=dev-lang/ghc-6.8.2"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/monad-control/monad-control-0.3.2.3.ebuild b/dev-haskell/monad-control/monad-control-0.3.2.3.ebuild
new file mode 100644
index 000000000000..7629ecea8b18
--- /dev/null
+++ b/dev-haskell/monad-control/monad-control-0.3.2.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/monad-control-0.3.2.3.ebuild,v 1.1 2014/03/09 12:51:08 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Lift control operations, like exception catching, through monad transformers"
+HOMEPAGE="https://github.com/basvandijk/monad-control"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="+instancest"
+
+RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] <dev-haskell/base-unicode-symbols-0.3:=[profile?]
+ >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
+ >=dev-haskell/transformers-base-0.4.1:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag instancest instancest)
+}