commit: 202b6e414ba17cf2a9508b4972f5b5ce42b1ed88 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 09:19:24 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 11 06:53:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202b6e41
haskell-cabal.eclass: Set @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/haskell-cabal.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index 9587c33a12b..ab1b865fda9 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -8,6 +8,7 @@ # Original author: Andres Loeh <[email protected]> # Original author: Duncan Coutts <[email protected]> # @SUPPORTED_EAPIS: 6 7 8 +# @PROVIDES: ghc-package # @BLURB: for packages that make use of the Haskell Common Architecture for Building Applications and Libraries (cabal) # @DESCRIPTION: # Basic instructions:
