diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 10:55:55 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 10:55:55 +0000 |
commit | d4aea7345b59cfe939a8889be5e5bc5f41e4f32f (patch) | |
tree | 3e5d2b515e03e1ef186edbae2ef39876fb80d0e6 /dev-haskell/xml-types | |
parent | Bump (diff) | |
download | gentoo-2-d4aea7345b59cfe939a8889be5e5bc5f41e4f32f.tar.gz gentoo-2-d4aea7345b59cfe939a8889be5e5bc5f41e4f32f.tar.bz2 gentoo-2-d4aea7345b59cfe939a8889be5e5bc5f41e4f32f.zip |
dev-haskell/xml-types: add new version
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/xml-types')
-rw-r--r-- | dev-haskell/xml-types/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/xml-types/xml-types-0.3.4.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-haskell/xml-types/ChangeLog b/dev-haskell/xml-types/ChangeLog index 6dab68e015ba..877c8f65c285 100644 --- a/dev-haskell/xml-types/ChangeLog +++ b/dev-haskell/xml-types/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/xml-types # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.8 2013/01/06 09:21:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.9 2013/08/26 10:55:55 qnikst Exp $ + +*xml-types-0.3.4 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +xml-types-0.3.4.ebuild: + dev-haskell/xml-types: add new version 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.3.ebuild: Add ~sparc, wrt bug #449220 diff --git a/dev-haskell/xml-types/xml-types-0.3.4.ebuild b/dev-haskell/xml-types/xml-types-0.3.4.ebuild new file mode 100644 index 000000000000..458ebdd83c52 --- /dev/null +++ b/dev-haskell/xml-types/xml-types-0.3.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.1 2013/08/26 10:55:55 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Basic types for representing XML" +HOMEPAGE="https://john-millikin.com/software/haskell-xml/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?] + dev-haskell/text:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |