Commit d88b0201 authored by James T. Lee's avatar James T. Lee
Browse files

haskell: Update these cabal dependencies for GHC 9

parent ff1e9b4c
Pipeline #532 passed with stage
in 21 seconds
DIST these-1.1.1.1.tar.gz 9804 BLAKE2B 1b42aeea439b31a07f9916771a496258c45d343dbebbce7b8d3d50f0b34075cc1b3dc8bfb24d71bda866f3e8ee1d4822b8a8509d84cb277a1c8d253341e5fe51 SHA512 23246164648bf4cb028719e7cb2e5f450ab55558af9e1dc7f0ddec323ca4ce124afbfd3bf367446c2d69ec91abe42daf77e11a26a13f2898275dafbc095637d5
EBUILD these-1.1.1.1.ebuild 1206 BLAKE2B e89dd13fdab05c7382fe65ddec231b24ed52351cb2bca161b90f3ad23c059823d89bf37d19aa97dce68017f280230e0e06d792e9e975c47d2dcd03a56b1fb449 SHA512 c90628aca6c123ba247154f5b813203f447222c47b57b09f1fd66a1f3e66ba91b30e9487a9fe5d78d83f4348caf4c25ff340e086029947fb68f8f6b242535ef5
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.6.9999
#hackport: flags: aeson,assoc,quickcheck,semigroupoids
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="An either-or-both data type"
HOMEPAGE="https://github.com/isomorphism/these"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+assoc"
RDEPEND=">=dev-haskell/bifunctors-5.5.4:=[profile?] <dev-haskell/bifunctors-5.6:=[profile?]
>=dev-haskell/hashable-1.2.7.0:=[profile?] <dev-haskell/hashable-1.4:=[profile?]
>=dev-haskell/semigroups-0.18.5:=[profile?] <dev-haskell/semigroups-0.20:=[profile?]
>=dev-haskell/transformers-compat-0.6.5:=[profile?] <dev-haskell/transformers-compat-0.7:=[profile?]
>=dev-lang/ghc-7.8.2:=
assoc? ( >=dev-haskell/assoc-1:=[profile?] <dev-haskell/assoc-1.1:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"
src_prepare() {
default
cabal_chdeps \
'base >=4.5.1.0 && <4.15' 'base >=4.5.1.0'
}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag assoc assoc)
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment