summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-11-05 23:15:00 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-11-05 23:23:10 +0000
commitc45228c75993b16b7953e1a605e24eed71d688c9 (patch)
tree314a9d3c2643ffadf38f848bab73e7ed765d6050 /dev-haskell/harp/harp-0.4.2.ebuild
parentdev-haskell/file-location: allow ghc-8 (diff)
downloadgentoo-c45228c75993b16b7953e1a605e24eed71d688c9.tar.gz
gentoo-c45228c75993b16b7953e1a605e24eed71d688c9.tar.bz2
gentoo-c45228c75993b16b7953e1a605e24eed71d688c9.zip
dev-haskell/harp: bump up to 0.4.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell/harp/harp-0.4.2.ebuild')
-rw-r--r--dev-haskell/harp/harp-0.4.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/harp/harp-0.4.2.ebuild b/dev-haskell/harp/harp-0.4.2.ebuild
new file mode 100644
index 000000000000..c2545d8f29e5
--- /dev/null
+++ b/dev-haskell/harp/harp-0.4.2.ebuild
@@ -0,0 +1,25 @@
+# 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"
+inherit haskell-cabal
+
+DESCRIPTION="HaRP allows pattern-matching with regular expressions"
+HOMEPAGE="https://github.com/seereason/harp"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"