diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:19:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-11 08:53:00 +0200 |
commit | 202b6e414ba17cf2a9508b4972f5b5ce42b1ed88 (patch) | |
tree | 903c0636682aa4542b9839ecda701e08d890caaa /eclass/haskell-cabal.eclass | |
parent | dev-python/sphinx-bootstrap-theme: move to new v0.8.0 by upstream (diff) | |
download | gentoo-202b6e414ba17cf2a9508b4972f5b5ce42b1ed88.tar.gz gentoo-202b6e414ba17cf2a9508b4972f5b5ce42b1ed88.tar.bz2 gentoo-202b6e414ba17cf2a9508b4972f5b5ce42b1ed88.zip |
haskell-cabal.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/haskell-cabal.eclass')
-rw-r--r-- | eclass/haskell-cabal.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index 9587c33a12b6..ab1b865fda93 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -8,6 +8,7 @@ # Original author: Andres Loeh <kosmikus@gentoo.org> # Original author: Duncan Coutts <dcoutts@gentoo.org> # @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: |