app-shells/bash-completion: add 2.16.0
[gentoo/gentoo.git] / dev-haskell / pem / pem-0.2.4.ebuild
blob4a8f49a18c0700ab4df59d8e709229eaf9f743e8
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 # ebuild generated by hackport 0.6.9999
8 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
9 inherit haskell-cabal
11 DESCRIPTION="Privacy Enhanced Mail (PEM) format reader and writer"
12 HOMEPAGE="https://github.com/vincenthz/hs-pem"
13 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
15 LICENSE="BSD"
16 SLOT="0/${PV}"
17 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
18 IUSE=""
20 RDEPEND="dev-haskell/basement:=[profile?]
21         dev-haskell/memory:=[profile?]
22         >=dev-lang/ghc-7.4.1:=
24 DEPEND="${RDEPEND}
25         >=dev-haskell/cabal-1.8
26         test? ( dev-haskell/hunit
27                 >=dev-haskell/quickcheck-2.4.0.1
28                 >=dev-haskell/test-framework-0.3.3
29                 dev-haskell/test-framework-hunit
30                 dev-haskell/test-framework-quickcheck2 )