diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-15 10:55:26 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-15 11:16:30 +0000 |
commit | 42769cc5fd51be558a126ba32a109d31eebe9ccd (patch) | |
tree | 6d6e8268fd5e48e71f1d71b3f2c3ef1b2ccaef82 /dev-haskell/appar/appar-0.1.8.ebuild | |
parent | dev-haskell/arrows: bump up to 0.4.4.2 (diff) | |
download | gentoo-42769cc5fd51be558a126ba32a109d31eebe9ccd.tar.gz gentoo-42769cc5fd51be558a126ba32a109d31eebe9ccd.tar.bz2 gentoo-42769cc5fd51be558a126ba32a109d31eebe9ccd.zip |
dev-haskell/appar: bump up to 0.1.8
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/appar/appar-0.1.8.ebuild')
-rw-r--r-- | dev-haskell/appar/appar-0.1.8.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/appar/appar-0.1.8.ebuild b/dev-haskell/appar/appar-0.1.8.ebuild new file mode 100644 index 000000000000..e4636de9f59f --- /dev/null +++ b/dev-haskell/appar/appar-0.1.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A simple applicative parser" +HOMEPAGE="http://hackage.haskell.org/package/appar" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |