summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-06-14 17:25:46 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-06-14 17:25:46 +0000
commitc5d347f678393731382d80073e4207c784d9ab07 (patch)
treeb86845864e83e206c8b1d32b5d1ff1d7bd67ae74 /dev-haskell/ghc-paths
parentDelete older ebuild. (diff)
downloadgentoo-2-c5d347f678393731382d80073e4207c784d9ab07.tar.gz
gentoo-2-c5d347f678393731382d80073e4207c784d9ab07.tar.bz2
gentoo-2-c5d347f678393731382d80073e4207c784d9ab07.zip
Version bump dev-haskell/ghc-paths. Unused but had to be bumped to work with ghc 6.12.3.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/ghc-paths')
-rw-r--r--dev-haskell/ghc-paths/ChangeLog10
-rw-r--r--dev-haskell/ghc-paths/ghc-paths-0.1.0.6.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-haskell/ghc-paths/ChangeLog b/dev-haskell/ghc-paths/ChangeLog
index 268098ce7ffb..c43d4b701a3d 100644
--- a/dev-haskell/ghc-paths/ChangeLog
+++ b/dev-haskell/ghc-paths/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/ghc-paths
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.1 2009/04/19 14:26:27 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.2 2010/06/14 17:25:46 kolmodin Exp $
+
+*ghc-paths-0.1.0.6 (14 Jun 2010)
+
+ 14 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org>
+ +ghc-paths-0.1.0.6.ebuild:
+ Version bump.
*ghc-paths-0.1.0.5 (19 Apr 2009)
diff --git a/dev-haskell/ghc-paths/ghc-paths-0.1.0.6.ebuild b/dev-haskell/ghc-paths/ghc-paths-0.1.0.6.ebuild
new file mode 100644
index 000000000000..8ba8e93c094e
--- /dev/null
+++ b/dev-haskell/ghc-paths/ghc-paths-0.1.0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.6.ebuild,v 1.1 2010/06/14 17:25:46 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Knowledge of GHC's installation directories"
+HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ghc-paths"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.8"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"