Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 18/44] haskell-cabal.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 10:53:24
Message-Id: 20210902104724.1043118-19-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/44] @PROVIDES for eclasses by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/haskell-cabal.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
7 index 9587c33a12b6..ab1b865fda93 100644
8 --- a/eclass/haskell-cabal.eclass
9 +++ b/eclass/haskell-cabal.eclass
10 @@ -8,6 +8,7 @@
11 # Original author: Andres Loeh <kosmikus@g.o>
12 # Original author: Duncan Coutts <dcoutts@g.o>
13 # @SUPPORTED_EAPIS: 6 7 8
14 +# @PROVIDES: ghc-package
15 # @BLURB: for packages that make use of the Haskell Common Architecture for Building Applications and Libraries (cabal)
16 # @DESCRIPTION:
17 # Basic instructions:
18 --
19 2.33.0