diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 10:29:29 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:01:55 +0100 |
commit | 5486d9ba29d92f06eb911976f19a1e2d009cdef8 (patch) | |
tree | 9504c50a9fa9821e526a3a22e65ba038d3ce2e95 /dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild | |
parent | dev-haskell/x509: bump up to 1.7.5 (diff) | |
download | gentoo-5486d9ba29d92f06eb911976f19a1e2d009cdef8.tar.gz gentoo-5486d9ba29d92f06eb911976f19a1e2d009cdef8.tar.bz2 gentoo-5486d9ba29d92f06eb911976f19a1e2d009cdef8.zip |
dev-haskell/boundedchan: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild')
-rw-r--r-- | dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild b/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild new file mode 100644 index 000000000000..41b72027abd9 --- /dev/null +++ b/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="BoundedChan" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Implementation of bounded channels" +HOMEPAGE="http://hackage.haskell.org/package/BoundedChan" +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}" |