diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-07-27 19:03:20 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-07-27 19:03:20 +0000 |
commit | 6a9317556f06fdb66e87e12aae15f035910d58d7 (patch) | |
tree | b37164beb1d06bca7dbd31854d6fd449ed0402e4 /eclass | |
parent | Version bump and fixes to dev-haskell/network. See bug #278545. (diff) | |
download | historical-6a9317556f06fdb66e87e12aae15f035910d58d7.tar.gz historical-6a9317556f06fdb66e87e12aae15f035910d58d7.tar.bz2 historical-6a9317556f06fdb66e87e12aae15f035910d58d7.zip |
Fix (kind of harmless) typo in haskell-cabal eclass. $CABAL_UNKNONW -> $CABAL_UNKNOWN.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/haskell-cabal.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index e8c00d66e428..2ff3baa29dbf 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v 1.14 2007/12/13 04:44:39 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v 1.15 2009/07/27 19:03:20 kolmodin Exp $ # # Original authors: Andres Loeh <kosmikus@gentoo.org> # Duncan Coutts <dcoutts@gentoo.org> @@ -283,7 +283,7 @@ haskell-cabal_pkg_setup() { eerror "QA: Neither bin nor lib are in CABAL_FEATURES." fi if [[ -n "${CABAL_UNKNOWN}" ]]; then - ewarn "Unknown entry in CABAL_FEATURES: ${CABAL_UNKNONW}" + ewarn "Unknown entry in CABAL_FEATURES: ${CABAL_UNKNOWN}" fi if cabal-is-dummy-lib; then einfo "${P} is included in ghc-${CABAL_CORE_LIB_GHC_PV}, nothing to install." |