summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-17 14:13:39 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-17 14:13:39 +0000
commit5b67f01af864e81ff29284918db11e678c19196d (patch)
tree1dd32fd7160f69e2ca14f512ebd8932fb5dd88df /dev-haskell
parentFix to make happy-1.17 compile with >=cabal-1.6 (diff)
downloadgentoo-2-5b67f01af864e81ff29284918db11e678c19196d.tar.gz
gentoo-2-5b67f01af864e81ff29284918db11e678c19196d.tar.bz2
gentoo-2-5b67f01af864e81ff29284918db11e678c19196d.zip
Version bump dev-haskell/haskell-src 1.0.1.3
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/haskell-src/ChangeLog10
-rw-r--r--dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild18
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-haskell/haskell-src/ChangeLog b/dev-haskell/haskell-src/ChangeLog
index 29c75d438f9e..259d37f63ee2 100644
--- a/dev-haskell/haskell-src/ChangeLog
+++ b/dev-haskell/haskell-src/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/haskell-src
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.30 2008/10/03 22:56:27 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.31 2009/04/17 14:13:39 kolmodin Exp $
+
+*haskell-src-1.0.1.3 (17 Apr 2009)
+
+ 17 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+ +haskell-src-1.0.1.3.ebuild:
+ Version bump. Part of ghc 6.10.2 extralibs.
03 Oct 2008; Ferris McCormick <fmccor@gentoo.org>
haskell-src-1.0.1.1.ebuild:
diff --git a/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild b/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild
new file mode 100644
index 000000000000..f50b830bde5e
--- /dev/null
+++ b/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.1.3.ebuild,v 1.1 2009/04/17 14:13:39 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock happy"
+inherit haskell-cabal
+
+DESCRIPTION="Manipulating Haskell source code"
+HOMEPAGE="http://haskell.org/ghc/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/cabal-1.2"