diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-06 12:34:28 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-06 12:37:16 +0100 |
commit | 2a8bc25cd1d51e157c8049f43bbb45464a5570de (patch) | |
tree | 905197b6c9980c9b0fa38fa69f0c68906de045bd /eclass/haskell-cabal.eclass | |
parent | media-sound/abcmidi: bump to 2023.01.05 (diff) | |
download | gentoo-2a8bc25cd1d51e157c8049f43bbb45464a5570de.tar.gz gentoo-2a8bc25cd1d51e157c8049f43bbb45464a5570de.tar.bz2 gentoo-2a8bc25cd1d51e157c8049f43bbb45464a5570de.zip |
haskell-cabal.eclass: add time to default_exposed_pkgs
Add time to default list of exposed packages, as it is bundled with
GHC. This pulls in the eclass change from ::haskell [1], as suggested by
hololeap.
1: https://github.com/gentoo-haskell/gentoo-haskell/commit/ad4015edfc83519a639ddef4fa542a109798d888
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'eclass/haskell-cabal.eclass')
-rw-r--r-- | eclass/haskell-cabal.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index 5c0fcba0ebe1..086e05426cda 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: haskell-cabal.eclass @@ -339,6 +339,7 @@ cabal-bootstrap() { template-haskell terminfo text + time transformers unix xhtml |