diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-01-12 16:52:26 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-01-12 16:52:26 +0000 |
commit | 1994a346d4bf1df70a0c48d88f202ec8b213d316 (patch) | |
tree | 3bd6435fa69aedc03c98be383302a0e3c6b34bd7 /dev-haskell/primitive/primitive-0.4.1.ebuild | |
parent | Initial import. Haskell library. Bindings for the libXML2 SAX interface. Depe... (diff) | |
download | historical-1994a346d4bf1df70a0c48d88f202ec8b213d316.tar.gz historical-1994a346d4bf1df70a0c48d88f202ec8b213d316.tar.bz2 historical-1994a346d4bf1df70a0c48d88f202ec8b213d316.zip |
Initial import. Haskell library. Wrappers for primitive operations (memory copy and the like). Depend for dev-util/bustle-0.3.1.
Package-Manager: portage-2.2.0_alpha84_p18/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/primitive/primitive-0.4.1.ebuild')
-rw-r--r-- | dev-haskell/primitive/primitive-0.4.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/primitive/primitive-0.4.1.ebuild b/dev-haskell/primitive/primitive-0.4.1.ebuild new file mode 100644 index 000000000000..9ba8676f57c6 --- /dev/null +++ b/dev-haskell/primitive/primitive-0.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/primitive/primitive-0.4.1.ebuild,v 1.1 2012/01/12 16:52:26 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hscolour hoogle" +inherit haskell-cabal + +DESCRIPTION="Wrappers for primitive operations" +HOMEPAGE="http://code.haskell.org/primitive" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" |