diff options
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.1.ebuild')
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.1.ebuild b/dev-haskell/cpphs/cpphs-1.1.ebuild index 1c092d2de446..745b5e5f7709 100644 --- a/dev-haskell/cpphs/cpphs-1.1.ebuild +++ b/dev-haskell/cpphs/cpphs-1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.1 2006/02/11 02:08:18 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.2 2006/02/13 23:48:48 dcoutts Exp $ -CABAL_FEATURES="bin" +CABAL_FEATURES="" inherit eutils haskell-cabal DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell" |