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 | 371eb47acd3ad1b45af528c403c6eaa0dfeb1b64 (patch) | |
tree | f54609e4ad5276fa8dafdb48b4c73c657a53bc0c /eclass/haskell-cabal.eclass | |
parent | Version bump and fixes to dev-haskell/network. See bug #278545. (diff) | |
download | gentoo-2-371eb47acd3ad1b45af528c403c6eaa0dfeb1b64.tar.gz gentoo-2-371eb47acd3ad1b45af528c403c6eaa0dfeb1b64.tar.bz2 gentoo-2-371eb47acd3ad1b45af528c403c6eaa0dfeb1b64.zip |
Fix (kind of harmless) typo in haskell-cabal eclass. $CABAL_UNKNONW -> $CABAL_UNKNOWN.
Diffstat (limited to 'eclass/haskell-cabal.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." |