diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-03 16:48:33 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:23 +0000 |
commit | a2eb0d85f7689c3dcd41ba5d7c40410b6c1c2384 (patch) | |
tree | efe4e985b2f5ae9c8197312d7e67a66c85ba0caa /eclass | |
parent | dev-libs/icu-layoutex: add 74.1 (diff) | |
download | gentoo-a2eb0d85f7689c3dcd41ba5d7c40410b6c1c2384.tar.gz gentoo-a2eb0d85f7689c3dcd41ba5d7c40410b6c1c2384.tar.bz2 gentoo-a2eb0d85f7689c3dcd41ba5d7c40410b6c1c2384.zip |
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>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/haskell-cabal.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index b44e7b306972..a3e2da6155f3 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -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 |