summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-01-23 07:53:02 +0000
committerMark Wright <gienah@gentoo.org>2012-01-23 07:53:02 +0000
commit959d8ac39e88b2f4d648fec3a6a279e2c75e742e (patch)
tree0394ed1a80158ea158a1bfc2f4073ce0d330a9e7 /dev-haskell/tar/tar-0.3.2.0.ebuild
parentold (diff)
downloadgentoo-2-959d8ac39e88b2f4d648fec3a6a279e2c75e742e.tar.gz
gentoo-2-959d8ac39e88b2f4d648fec3a6a279e2c75e742e.tar.bz2
gentoo-2-959d8ac39e88b2f4d648fec3a6a279e2c75e742e.zip
Bump to 0.3.2.0. Allow 0.3.1.0 to build with ghc 7.4.1-rc1. Add hoogle use flag.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/tar/tar-0.3.2.0.ebuild')
-rw-r--r--dev-haskell/tar/tar-0.3.2.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/tar/tar-0.3.2.0.ebuild b/dev-haskell/tar/tar-0.3.2.0.ebuild
new file mode 100644
index 000000000000..96609aac3f82
--- /dev/null
+++ b/dev-haskell/tar/tar-0.3.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/tar-0.3.2.0.ebuild,v 1.1 2012/01/23 07:53:02 gienah Exp $
+
+# ebuild generated by hackport 0.2.14
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Reading, writing and manipulating .tar archive files."
+HOMEPAGE="http://hackage.haskell.org/package/tar"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"