Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 11 Sep 2021 06:53:25
Message-Id: 1631343180.202b6e414ba17cf2a9508b4972f5b5ce42b1ed88.mgorny@gentoo
1 commit: 202b6e414ba17cf2a9508b4972f5b5ce42b1ed88
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:19:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 06:53:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202b6e41
7
8 haskell-cabal.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/haskell-cabal.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
16 index 9587c33a12b..ab1b865fda9 100644
17 --- a/eclass/haskell-cabal.eclass
18 +++ b/eclass/haskell-cabal.eclass
19 @@ -8,6 +8,7 @@
20 # Original author: Andres Loeh <kosmikus@g.o>
21 # Original author: Duncan Coutts <dcoutts@g.o>
22 # @SUPPORTED_EAPIS: 6 7 8
23 +# @PROVIDES: ghc-package
24 # @BLURB: for packages that make use of the Haskell Common Architecture for Building Applications and Libraries (cabal)
25 # @DESCRIPTION:
26 # Basic instructions: