Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Overlay
Commits
d88b0201
Commit
d88b0201
authored
Feb 21, 2021
by
James T. Lee
Browse files
haskell: Update these cabal dependencies for GHC 9
parent
ff1e9b4c
Pipeline
#532
passed with stage
in 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
dev-haskell/these/Manifest
dev-haskell/these/Manifest
+2
-0
dev-haskell/these/these-1.1.1.1.ebuild
dev-haskell/these/these-1.1.1.1.ebuild
+42
-0
No files found.
dev-haskell/these/Manifest
0 → 100644
View file @
d88b0201
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
dev-haskell/these/these-1.1.1.1.ebuild
0 → 100644
View file @
d88b0201
# 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
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment