diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-09-17 16:58:08 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-09-17 16:58:08 +0000 |
commit | 90ee0cb708c312c6a948afc37f8aaf042a83733f (patch) | |
tree | e23a485d1ea15fd4e6250c0f7f38b52f24866157 /dev-haskell/hslua/hslua-0.3.6.1.ebuild | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-90ee0cb708c312c6a948afc37f8aaf042a83733f.tar.gz gentoo-2-90ee0cb708c312c6a948afc37f8aaf042a83733f.tar.bz2 gentoo-2-90ee0cb708c312c6a948afc37f8aaf042a83733f.zip |
dev-haskell/hslua: 0.3.6.1
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/hslua/hslua-0.3.6.1.ebuild')
-rw-r--r-- | dev-haskell/hslua/hslua-0.3.6.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/hslua/hslua-0.3.6.1.ebuild b/dev-haskell/hslua/hslua-0.3.6.1.ebuild new file mode 100644 index 000000000000..2719950bf81c --- /dev/null +++ b/dev-haskell/hslua/hslua-0.3.6.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hslua/hslua-0.3.6.1.ebuild,v 1.1 2013/09/17 16:58:08 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A Lua language interpreter embedding in Haskell" +HOMEPAGE="http://hackage.haskell.org/package/hslua" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/mtl-2.1:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |