summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-02-11 21:13:14 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-02-11 21:13:14 +0000
commit98c2db33486cc78db3d7b86a770c9f58a1e615c9 (patch)
treeece744dfdd747a88ed5bf7dc40c615cde27e962b /dev-haskell/time/time-1.1.4.ebuild
parentEnsure we update nspr before nss (diff)
downloadgentoo-2-98c2db33486cc78db3d7b86a770c9f58a1e615c9.tar.gz
gentoo-2-98c2db33486cc78db3d7b86a770c9f58a1e615c9.tar.bz2
gentoo-2-98c2db33486cc78db3d7b86a770c9f58a1e615c9.zip
Bump dev-haskell/time.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/time/time-1.1.4.ebuild')
-rw-r--r--dev-haskell/time/time-1.1.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/time/time-1.1.4.ebuild b/dev-haskell/time/time-1.1.4.ebuild
new file mode 100644
index 000000000000..4755a6ad414e
--- /dev/null
+++ b/dev-haskell/time/time-1.1.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild,v 1.1 2010/02/11 21:13:14 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="A time library"
+HOMEPAGE="http://semantic.org/TimeLib/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/cabal-1.6"
+
+CABAL_CORE_LIB_GHC_PV="6.12.1"