diff options
author | 2006-06-15 11:27:38 +0000 | |
---|---|---|
committer | 2006-06-15 11:27:38 +0000 | |
commit | eb1b985eb2829f92a800cda7b3834a57cb8c6cd4 (patch) | |
tree | c1961e6cb6941f689f7e1bef1435f222e86ec3f9 | |
parent | Remove dependency on hunspell, add use of eselect-oodict, add author info. (diff) | |
download | gentoo-2-eb1b985eb2829f92a800cda7b3834a57cb8c6cd4.tar.gz gentoo-2-eb1b985eb2829f92a800cda7b3834a57cb8c6cd4.tar.bz2 gentoo-2-eb1b985eb2829f92a800cda7b3834a57cb8c6cd4.zip |
Note that the ghc-package eclass is maintaind by the Haskell herd.
-rw-r--r-- | eclass/ghc-package.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index 1a25263621b8..22cfbf69f550 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.eclass @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.16 2006/03/01 12:58:01 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.17 2006/06/15 11:27:38 dcoutts Exp $ # # Author: Andres Loeh <kosmikus@gentoo.org> +# Maintained by: Haskell herd <haskell@gentoo.org> # # This eclass helps with the Glasgow Haskell Compiler's package # configuration utility. |