mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
haskell-cabal.eclass: Fix default_exposed_pkgs
The array package has been available via dev-lang/ghc for years but was not included as a default for GHC_BOOTSTRAP_PKGS. This adds 'array' to default_exposed_pkgs. Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -370,6 +370,7 @@ cabal-bootstrap() {
|
||||
# See: <https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history>
|
||||
local default_exposed_pkgs="
|
||||
Cabal
|
||||
array
|
||||
base
|
||||
binary
|
||||
bytestring
|
||||
|
||||
Reference in New Issue
Block a user