diff options
author | 2020-08-04 08:31:43 +0100 | |
---|---|---|
committer | 2020-08-04 08:46:31 +0100 | |
commit | 270c3a0b6e400e1e9693a719a1204b8d793fc768 (patch) | |
tree | 61b592d54537444ea954ca9f4ee2074c8e5c18e0 /dev-haskell/only/only-0.1.ebuild | |
parent | dev-haskell/vector-instances: bump up to 3.4 (diff) | |
download | gentoo-270c3a0b6e400e1e9693a719a1204b8d793fc768.tar.gz gentoo-270c3a0b6e400e1e9693a719a1204b8d793fc768.tar.bz2 gentoo-270c3a0b6e400e1e9693a719a1204b8d793fc768.zip |
dev-haskell/only: new package, a depend of cassava-0.5
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/only/only-0.1.ebuild')
-rw-r--r-- | dev-haskell/only/only-0.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/only/only-0.1.ebuild b/dev-haskell/only/only-0.1.ebuild new file mode 100644 index 000000000000..f83748215b38 --- /dev/null +++ b/dev-haskell/only/only-0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.5.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="Only" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="The 1-tuple type or single-value \"collection\"" +HOMEPAGE="http://hackage.haskell.org/package/Only" +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.10 +" + +S="${WORKDIR}/${MY_P}" |