Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 12 Jul 2021 14:19:12
Message-Id: 1626099531.aee84e1b8e6319a5f48497d309642fb1dffe9065.ulm@gentoo
1 commit: aee84e1b8e6319a5f48497d309642fb1dffe9065
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 14:17:37 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 14:18:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee84e1b
7
8 ghc-package.eclass: Fix eclass documentation
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/ghc-package.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass
16 index 1d90c7fc383..303cf32d7ef 100644
17 --- a/eclass/ghc-package.eclass
18 +++ b/eclass/ghc-package.eclass
19 @@ -4,9 +4,9 @@
20 # @ECLASS: ghc-package.eclass
21 # @MAINTAINER:
22 # "Gentoo's Haskell Language team" <haskell@g.o>
23 -# @SUPPORTED_EAPIS: 6 7 8
24 # @AUTHOR:
25 # Original Author: Andres Loeh <kosmikus@g.o>
26 +# @SUPPORTED_EAPIS: 6 7 8
27 # @BLURB: This eclass helps with the Glasgow Haskell Compiler's package configuration utility.
28 # @DESCRIPTION:
29 # Helper eclass to handle ghc installation/upgrade/deinstallation process.