commit:     2a8bc25cd1d51e157c8049f43bbb45464a5570de
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 11:34:28 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 11:37:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8bc25c

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 <AT> gentoo.org>

 eclass/haskell-cabal.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to