app-shells/bash-completion: add 2.16.0
[gentoo/gentoo.git] / dev-haskell / vector-binary-instances / vector-binary-instances-0.2.5.2.ebuild
blob9bf1ecccbee9767a0d19bb16fb6eec9f8863e816
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.8.4.0.9999
8 CABAL_HACKAGE_REVISION=5
10 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
11 inherit haskell-cabal
13 DESCRIPTION="Instances of Data.Binary for vector"
14 HOMEPAGE="https://github.com/haskell/vector-binary-instances"
16 LICENSE="BSD"
17 SLOT="0/${PV}"
18 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
20 RDEPEND=">=dev-haskell/vector-0.6:=[profile?] <dev-haskell/vector-0.14:=[profile?]
21         >=dev-lang/ghc-8.10.6:=
23 DEPEND="${RDEPEND}
24         >=dev-haskell/cabal-3.2.1.0
25         test? ( dev-haskell/tasty
26                 dev-haskell/tasty-quickcheck )