diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-12 16:18:08 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-12 16:18:52 +0200 |
commit | f476b3b7cd5e5962a70bc9b63160645ac08208fb (patch) | |
tree | 0d525c4f335e6bceadeff1569cf475be796bce19 /eclass | |
parent | ghc-package.eclass: Fix eclass documentation (diff) | |
download | gentoo-f476b3b7cd5e5962a70bc9b63160645ac08208fb.tar.gz gentoo-f476b3b7cd5e5962a70bc9b63160645ac08208fb.tar.bz2 gentoo-f476b3b7cd5e5962a70bc9b63160645ac08208fb.zip |
haskell-cabal.eclass: Fix eclass documentation
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/haskell-cabal.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index 0e41325b3061..9587c33a12b6 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -4,10 +4,10 @@ # @ECLASS: haskell-cabal.eclass # @MAINTAINER: # Haskell herd <haskell@gentoo.org> -# @SUPPORTED_EAPIS: 6 7 8 # @AUTHOR: # Original author: Andres Loeh <kosmikus@gentoo.org> # Original author: Duncan Coutts <dcoutts@gentoo.org> +# @SUPPORTED_EAPIS: 6 7 8 # @BLURB: for packages that make use of the Haskell Common Architecture for Building Applications and Libraries (cabal) # @DESCRIPTION: # Basic instructions: |