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:13
Message-Id: 1626099532.f476b3b7cd5e5962a70bc9b63160645ac08208fb.ulm@gentoo
1 commit: f476b3b7cd5e5962a70bc9b63160645ac08208fb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 14:18:08 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 14:18:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f476b3b7
7
8 haskell-cabal.eclass: Fix eclass documentation
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/haskell-cabal.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
16 index 0e41325b306..9587c33a12b 100644
17 --- a/eclass/haskell-cabal.eclass
18 +++ b/eclass/haskell-cabal.eclass
19 @@ -4,10 +4,10 @@
20 # @ECLASS: haskell-cabal.eclass
21 # @MAINTAINER:
22 # Haskell herd <haskell@g.o>
23 -# @SUPPORTED_EAPIS: 6 7 8
24 # @AUTHOR:
25 # Original author: Andres Loeh <kosmikus@g.o>
26 # Original author: Duncan Coutts <dcoutts@g.o>
27 +# @SUPPORTED_EAPIS: 6 7 8
28 # @BLURB: for packages that make use of the Haskell Common Architecture for Building Applications and Libraries (cabal)
29 # @DESCRIPTION:
30 # Basic instructions: