diff options
Diffstat (limited to 'app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild')
-rw-r--r-- | app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild b/app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild new file mode 100644 index 000000000000..de8b7c7d58ed --- /dev/null +++ b/app-admin/haskell-updater/haskell-updater-1.2.0.10.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/app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild,v 1.1 2013/09/03 10:04:50 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="bin" +inherit haskell-cabal + +DESCRIPTION="Rebuild Haskell dependencies in Gentoo" +HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 <dev-haskell/cabal-1.17 + >=dev-lang/ghc-6.10.4 +" |