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
215961e7
Commit
215961e7
authored
Feb 21, 2021
by
James T. Lee
Browse files
haskell: Update vector for GHC 9
parent
56c291be
Pipeline
#517
passed with stage
in 22 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
dev-haskell/vector/Manifest
dev-haskell/vector/Manifest
+2
-0
dev-haskell/vector/vector-0.12.2.0.ebuild
dev-haskell/vector/vector-0.12.2.0.ebuild
+44
-0
No files found.
dev-haskell/vector/Manifest
0 → 100644
View file @
215961e7
DIST vector-0.12.2.0.tar.gz 142213 BLAKE2B 669d0dd9ee8a406e324d66e22383cc1c16c5232a12dee8fb7c26d9773822a38a444f323b39f7d256dbc250cff0b69abc25634066b139cd0a685dd090c399bee1 SHA512 4956900347c694468388d217ef7583dc1a5117386be7c8d61fe6bcadd82c47e9a169f4aeac91a41b4974918df3e6439d9b1a448fd4237f261ce2338688d0d7a9
EBUILD vector-0.12.2.0.ebuild 1260 BLAKE2B a7f878b34b456c3dd63eedd842bae6d7e9ac4a0d2bad08ad80ff19f564762b69e0aa302ab113dd0fb58d61d2de454ed835a12c597e74900ff97c1d1a5489f0b5 SHA512 f944aef52ad83e8db848c3777e8779c326f7886b27e8e3a0fb48315a92ec9f8ae63445442f2cc7f54fd9cd82bd6b9bd222b1be113777f3b2192da10f0efa7f04
dev-haskell/vector/vector-0.12.2.0.ebuild
0 → 100644
View file @
215961e7
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
# ebuild generated by hackport 0.6.4.9999
#hackport: flags: -wall
CABAL_FEATURES
=
"lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION
=
"Efficient Arrays"
HOMEPAGE
=
"https://github.com/haskell/vector"
SRC_URI
=
"https://hackage.haskell.org/package/
${
P
}
/
${
P
}
.tar.gz"
LICENSE
=
"BSD"
SLOT
=
"0/
${
PV
}
"
KEYWORDS
=
"~amd64 ~x86"
IUSE
=
"+boundschecks internalchecks unsafechecks"
RDEPEND
=
">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
>=dev-haskell/primitive-0.5.0.1:=[profile?] <dev-haskell/primitive-0.8:=[profile?]
>=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.20:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND
=
"
${
RDEPEND
}
>=dev-haskell/cabal-1.10
test? ( >=dev-haskell/base-orphans-0.6
dev-haskell/hunit
>=dev-haskell/quickcheck-2.9
dev-haskell/random
dev-haskell/tasty
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck
>=dev-haskell/transformers-0.2.0.0 )
"
src_configure
()
{
haskell-cabal_src_configure
\
$(
cabal_flag boundschecks boundschecks
)
\
$(
cabal_flag internalchecks internalchecks
)
\
$(
cabal_flag unsafechecks unsafechecks
)
\
--flag
=
-wall
}
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