dev-haskell/optparse-simple: new package, a depend of dev-haskell/stack

Simple interface to optparse-applicative

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Sergei Trofimovich
2017-05-28 13:57:59 +01:00
parent 678edbfdb8
commit 298d41f0fe
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST optparse-simple-0.0.3.tar.gz 2972 SHA256 4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e SHA512 d607482a9ef9e9d4992328fb141cf797ad72e43cbe42eab23adacd21843b8c62c98d6c8fc342b2a11019a220759854b6587a1fd07fa8268462c4cc3d40c4a1c4 WHIRLPOOL a023eab34712537b3678edc1a3c60250253ef637a5a5f65d4ddda2a078a3e7c3b410fc53133f40032467f76f410387224c449cb6c2ac71e40c975c5500e617eb

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
Simple interface to optparse-applicative
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# ebuild generated by hackport 0.5.3.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Simple interface to optparse-applicative"
HOMEPAGE="http://hackage.haskell.org/package/optparse-simple"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/either:=[profile?]
dev-haskell/gitrev:=[profile?]
dev-haskell/optparse-applicative:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"