summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-09-11 11:29:26 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-09-11 11:31:26 +0100
commitd0b58e408dfdc260aa87ece9b3e994f05365d368 (patch)
tree9bfc953ad25d8cbce64c4b6f514de0c337eec468 /dev-haskell/tar/tar-0.5.0.3.ebuild
parentdev-haskell/bytestring-handle: ByteString backed handles, a dependency of tar... (diff)
downloadgentoo-d0b58e408dfdc260aa87ece9b3e994f05365d368.tar.gz
gentoo-d0b58e408dfdc260aa87ece9b3e994f05365d368.tar.bz2
gentoo-d0b58e408dfdc260aa87ece9b3e994f05365d368.zip
dev-haskell/tar: bump up to 0.5.0.3
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-haskell/tar/tar-0.5.0.3.ebuild')
-rw-r--r--dev-haskell/tar/tar-0.5.0.3.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/tar/tar-0.5.0.3.ebuild b/dev-haskell/tar/tar-0.5.0.3.ebuild
new file mode 100644
index 000000000000..3ef5ee518f60
--- /dev/null
+++ b/dev-haskell/tar/tar-0.5.0.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Reading, writing and manipulating \".tar\" archive files"
+HOMEPAGE="http://hackage.haskell.org/package/tar"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~x86-macos"
+IUSE=""
+
+RDEPEND="dev-haskell/bytestring-builder:=[profile?]
+ dev-haskell/old-time:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/bytestring-handle
+ >=dev-haskell/quickcheck-2 <dev-haskell/quickcheck-3
+ >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12
+ >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 )
+"