diff options
author | Mark Wright <gienah@gentoo.org> | 2015-04-04 00:08:38 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2015-04-04 00:08:38 +0000 |
commit | 38577add6e1872825ca1ae88783510847e434b3e (patch) | |
tree | 122cbe9c1eb6338b3f7eae8aa4a3895e904a848c /dev-haskell/list | |
parent | Bump aws to 0.11.3, patch for ghc 7.10.1, allow tagged 0.8 (diff) | |
download | gentoo-2-38577add6e1872825ca1ae88783510847e434b3e.tar.gz gentoo-2-38577add6e1872825ca1ae88783510847e434b3e.tar.bz2 gentoo-2-38577add6e1872825ca1ae88783510847e434b3e.zip |
Bump list to 0.5.2
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/list')
-rw-r--r-- | dev-haskell/list/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/list/list-0.5.2.ebuild | 31 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-haskell/list/ChangeLog b/dev-haskell/list/ChangeLog index 2f14ce51ee53..beace836b2c1 100644 --- a/dev-haskell/list/ChangeLog +++ b/dev-haskell/list/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/list -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/list/ChangeLog,v 1.2 2014/07/25 08:58:42 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/list/ChangeLog,v 1.3 2015/04/04 00:08:38 gienah Exp $ + +*list-0.5.2 (04 Apr 2015) + + 04 Apr 2015; Mark Wright <gienah@gentoo.org> +list-0.5.2.ebuild: + Bump list to 0.5.2 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/list/list-0.5.2.ebuild b/dev-haskell/list/list-0.5.2.ebuild new file mode 100644 index 000000000000..0ce41044f35d --- /dev/null +++ b/dev-haskell/list/list-0.5.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/list/list-0.5.2.ebuild,v 1.1 2015/04/04 00:08:38 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="List" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="List monad transformer and class" +HOMEPAGE="http://github.com/yairchu/generator/tree" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 +" + +S="${WORKDIR}/${MY_P}" |