diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-15 10:35:41 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-15 11:16:20 +0000 |
| commit | 1773a6fa5e4f624689e1591e675549484aeced30 (patch) | |
| tree | 55527872d16bd77ca9ca0ac8fc4f20386cc7a242 /dev-haskell/boolean/boolean-0.2.4.ebuild | |
| parent | b6b6337a23b0b12fa8074c1ea93e7a431aadebe8 (diff) | |
| download | gentoo-1773a6fa5e4f624689e1591e675549484aeced30.tar.gz gentoo-1773a6fa5e4f624689e1591e675549484aeced30.tar.bz2 gentoo-1773a6fa5e4f624689e1591e675549484aeced30.zip | |
dev-haskell/boolean: bump up to 0.2.4
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/boolean/boolean-0.2.4.ebuild')
| -rw-r--r-- | dev-haskell/boolean/boolean-0.2.4.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/boolean/boolean-0.2.4.ebuild b/dev-haskell/boolean/boolean-0.2.4.ebuild new file mode 100644 index 000000000000..2b6933ed35b4 --- /dev/null +++ b/dev-haskell/boolean/boolean-0.2.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="Boolean" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Generalized booleans and numbers" +HOMEPAGE="http://hackage.haskell.org/package/Boolean" +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" + +S="${WORKDIR}/${MY_P}" |
