summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-07-06 22:22:43 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-07-06 22:22:58 +0100
commit06bc93e29c1e3bc28f1c4794ac396eeac9cc6744 (patch)
tree9fbcd24b104b2f6bc974f91bd9fb634f69a540e4 /dev-haskell/extra/extra-1.5.1.ebuild
parentwww-client/vivaldi: Old. (diff)
downloadgentoo-06bc93e29c1e3bc28f1c4794ac396eeac9cc6744.tar.gz
gentoo-06bc93e29c1e3bc28f1c4794ac396eeac9cc6744.tar.bz2
gentoo-06bc93e29c1e3bc28f1c4794ac396eeac9cc6744.zip
dev-haskell/extra: fix test, bump up to 1.5.1, bug #624030
Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/624030 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/extra/extra-1.5.1.ebuild')
-rw-r--r--dev-haskell/extra/extra-1.5.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/extra/extra-1.5.1.ebuild b/dev-haskell/extra/extra-1.5.1.ebuild
new file mode 100644
index 000000000000..04720b547d13
--- /dev/null
+++ b/dev-haskell/extra/extra-1.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Extra functions I use"
+HOMEPAGE="https://github.com/ndmitchell/extra#readme"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="2/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/clock-0.7:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18
+ test? ( >=dev-haskell/quickcheck-2.9 )
+"