diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-08-02 09:24:07 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-08-02 09:24:07 +0000 |
commit | 2687a5a3f7862d2e1083673478ff439af2f32a53 (patch) | |
tree | 12eead0664fc411560e19cb70fdc82c67ac0b0ab /dev-haskell/haskell-platform | |
parent | Version bump. Code cleanup and build fixes. New examples. (diff) | |
download | gentoo-2-2687a5a3f7862d2e1083673478ff439af2f32a53.tar.gz gentoo-2-2687a5a3f7862d2e1083673478ff439af2f32a53.tar.bz2 gentoo-2-2687a5a3f7862d2e1083673478ff439af2f32a53.zip |
Version bump dev-haskell/haskell-platform
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/haskell-platform')
-rw-r--r-- | dev-haskell/haskell-platform/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild | 59 |
2 files changed, 66 insertions, 1 deletions
diff --git a/dev-haskell/haskell-platform/ChangeLog b/dev-haskell/haskell-platform/ChangeLog index bf3417749932..5d973c1aec50 100644 --- a/dev-haskell/haskell-platform/ChangeLog +++ b/dev-haskell/haskell-platform/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2009/05/10 21:56:37 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.2 2009/08/02 09:24:07 kolmodin Exp $ + +*haskell-platform-2009.2.0.2 (02 Aug 2009) + + 02 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org> + +haskell-platform-2009.2.0.2.ebuild: + Version bump. 10 May 2009; Lennart Kolmodin <kolmodin@gentoo.org> ChangeLog: Initial version. 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 new file mode 100644 index 000000000000..ea04b7a99186 --- /dev/null +++ b/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2009 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.1 2009/08/02 09:24:07 kolmodin Exp $ + +# for slot dependencies +EAPI=1 + +DESCRIPTION="The Haskell Platform" +HOMEPAGE="http://haskell.org/haskellwiki/Haskell_Platform" +SRC_URI="" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +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 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 +# exact version. + + +DEPEND="~dev-lang/ghc-6.10.4 + >=dev-haskell/cabal-1.6.0.3 + >=dev-haskell/cgi-3001.1.7.1 + >=dev-haskell/editline-0.2.1.0 + >=dev-haskell/fgl-5.4.2.2 + >=dev-haskell/glut-2.1.1.2 + >=dev-haskell/haskell-src-1.0.1.3 + >=dev-haskell/html-1.0.1.2 + >=dev-haskell/http-4000.0.6 + >=dev-haskell/hunit-1.2.0.3 + >=dev-haskell/mtl-1.1.0.2 + >=dev-haskell/network-2.2.1.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/stm-2.1.1.2 + >=dev-haskell/time-1.1.2.4 + >=dev-haskell/xhtml-3000.2.0.1 + >=dev-haskell/zlib-0.5.0.0 + + >=dev-haskell/alex-2.3.1 + >=dev-haskell/happy-1.18.4 + >=dev-haskell/cabal-install-0.6.2 + >=dev-haskell/haddock-2.4.2 + + ~dev-haskell/regex-base-0.72.0.2 + ~dev-haskell/regex-compat-0.71.0.1 + ~dev-haskell/regex-posix-0.72.0.3" + +RDEPEND="${DEPEND}" |