diff options
author | Mark Wright <gienah@gentoo.org> | 2012-11-18 06:28:32 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-11-18 06:28:32 +0000 |
commit | 1b81ad501462bd3294a11a73c6510185d99a7175 (patch) | |
tree | ccaaae030a3ca25862f61b069c479e7ae7bfcb7a /dev-haskell/hashtables/hashtables-1.0.1.8.ebuild | |
parent | Bump stm to 2.4.2 (diff) | |
download | gentoo-2-1b81ad501462bd3294a11a73c6510185d99a7175.tar.gz gentoo-2-1b81ad501462bd3294a11a73c6510185d99a7175.tar.bz2 gentoo-2-1b81ad501462bd3294a11a73c6510185d99a7175.zip |
Bump hashtables to 1.0.1.8
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/hashtables/hashtables-1.0.1.8.ebuild')
-rw-r--r-- | dev-haskell/hashtables/hashtables-1.0.1.8.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/hashtables/hashtables-1.0.1.8.ebuild b/dev-haskell/hashtables/hashtables-1.0.1.8.ebuild new file mode 100644 index 000000000000..9a67ba430cf2 --- /dev/null +++ b/dev-haskell/hashtables/hashtables-1.0.1.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.0.1.8.ebuild,v 1.1 2012/11/18 06:28:32 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Mutable hash tables in the ST monad" +HOMEPAGE="http://github.com/gregorycollins/hashtables" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/hashable-1.1:=[profile?] + <dev-haskell/hashable-2:=[profile?] + >=dev-haskell/primitive-0.4:=[profile?] + <dev-haskell/primitive-0.6:=[profile?] + >=dev-haskell/vector-0.7:=[profile?] + <dev-haskell/vector-0.11:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8" |