summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-03-14 18:58:30 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-03-14 18:58:30 +0000
commitb74f406e83c35b9ec9c155e5aad4de1d6a5d4338 (patch)
tree9377f9d6cd86050ea7fe72028cf08a818c6e3c59 /dev-haskell
parentVersion bump to 1.7.1. Bug #308079 (diff)
downloadgentoo-2-b74f406e83c35b9ec9c155e5aad4de1d6a5d4338.tar.gz
gentoo-2-b74f406e83c35b9ec9c155e5aad4de1d6a5d4338.tar.bz2
gentoo-2-b74f406e83c35b9ec9c155e5aad4de1d6a5d4338.zip
Update dev-haskell/haskell-platform to reflect that dev-haskell/quickcheck-1* now has SLOT=1.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/haskell-platform/ChangeLog8
-rw-r--r--dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild12
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-haskell/haskell-platform/ChangeLog b/dev-haskell/haskell-platform/ChangeLog
index 783b4b518b1b..7aaf462ec297 100644
--- a/dev-haskell/haskell-platform/ChangeLog
+++ b/dev-haskell/haskell-platform/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskell-platform
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.3 2009/11/01 11:19:52 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.4 2010/03/14 18:58:30 kolmodin Exp $
+
+ 14 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org>
+ haskell-platform-2009.2.0.2.ebuild:
+ Reflect that dev-haskell/quickcheck-1* now has SLOT=1.
01 Nov 2009; <kolmodin@gentoo.org> -haskell-platform-2009.2.0.ebuild:
Remove old version as its dependency ghc-6.10.2 has been removed too.
diff --git a/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild b/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild
index add550bde502..440f38299d86 100644
--- a/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild
+++ b/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild,v 1.2 2009/08/02 14:12:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild,v 1.3 2010/03/14 18:58:30 kolmodin Exp $
# for slot dependencies
EAPI=1
@@ -17,9 +17,9 @@ IUSE=""
# use gnome style of meta packages;
# minimum version, open range
-# for the packages parsec and quickcheck we depend on SLOT="0" to not get too
-# recent versions (quickcheck-2 and parsec-3 which behaves significantly
-# different)
+# for the packages parsec (SLOT=0) and quickcheck (SLOT=1) we depend on
+# different SLOTs to not get too recent versions (quickcheck-2 and parsec-3
+# which behaves significantly different)
# for the regex-packages we don't want the 0.9x series, and there is currently
# no way in portage to specify a from-to range interval. thus, we depend on the
@@ -40,7 +40,7 @@ DEPEND="~dev-lang/ghc-6.10.4
>=dev-haskell/opengl-2.2.1.1
>=dev-haskell/parallel-1.1.0.1
>=dev-haskell/parsec-2.1.0.1:0
- >=dev-haskell/quickcheck-1.2.0.0:0
+ >=dev-haskell/quickcheck-1.2.0.0:1
>=dev-haskell/stm-2.1.1.2
>=dev-haskell/time-1.1.2.4
>=dev-haskell/xhtml-3000.2.0.1