commit: aee84e1b8e6319a5f48497d309642fb1dffe9065 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 12 14:17:37 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jul 12 14:18:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee84e1b
ghc-package.eclass: Fix eclass documentation Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/ghc-package.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index 1d90c7fc383..303cf32d7ef 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.eclass @@ -4,9 +4,9 @@ # @ECLASS: ghc-package.eclass # @MAINTAINER: # "Gentoo's Haskell Language team" <[email protected]> -# @SUPPORTED_EAPIS: 6 7 8 # @AUTHOR: # Original Author: Andres Loeh <[email protected]> +# @SUPPORTED_EAPIS: 6 7 8 # @BLURB: This eclass helps with the Glasgow Haskell Compiler's package configuration utility. # @DESCRIPTION: # Helper eclass to handle ghc installation/upgrade/deinstallation process.
