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:
hololeap
2023-11-03 16:48:33 -06:00
committed by Sam James
parent feca83d791
commit a2eb0d85f7

View File

@@ -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