summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 21:11:23 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 21:27:12 +0000
commitb132e37064ab989ad884a1047074071665027860 (patch)
tree3a4f308d28ebb64903ffff81aaf210b7158bae60 /dev-haskell/harp/harp-0.4.3.2.ebuild
parentdev-haskell/hashable: bump up to 1.2.7.0 (diff)
downloadgentoo-b132e37064ab989ad884a1047074071665027860.tar.gz
gentoo-b132e37064ab989ad884a1047074071665027860.tar.bz2
gentoo-b132e37064ab989ad884a1047074071665027860.zip
dev-haskell/harp: bump up to 0.4.3.2
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/harp/harp-0.4.3.2.ebuild')
-rw-r--r--dev-haskell/harp/harp-0.4.3.2.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/harp/harp-0.4.3.2.ebuild b/dev-haskell/harp/harp-0.4.3.2.ebuild
new file mode 100644
index 000000000000..75937d0ed8e3
--- /dev/null
+++ b/dev-haskell/harp/harp-0.4.3.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.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="https://hackage.haskell.org/package/${P}/${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
+"
+
+src_prepare() {
+ default
+
+ cabal_chdeps \
+ 'base < 4.13' 'base'
+}