summaryrefslogtreecommitdiff
path: root/dev-haskell/regex-applicative/regex-applicative-0.3.3.1.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-31 19:23:44 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-31 19:31:07 +0000
commit88f740a9ba63e12014034afd4b673a0b36bac54d (patch)
tree786f9968241b7a437a443433d5c968c1eff58500 /dev-haskell/regex-applicative/regex-applicative-0.3.3.1.ebuild
parent219b02fb286f31700d99ea708914476c07dc33eb (diff)
downloadgentoo-88f740a9ba63e12014034afd4b673a0b36bac54d.tar.gz
gentoo-88f740a9ba63e12014034afd4b673a0b36bac54d.tar.bz2
gentoo-88f740a9ba63e12014034afd4b673a0b36bac54d.zip
dev-haskell/regex-applicative: bump up to 0.3.3.1
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/regex-applicative/regex-applicative-0.3.3.1.ebuild')
-rw-r--r--dev-haskell/regex-applicative/regex-applicative-0.3.3.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/regex-applicative/regex-applicative-0.3.3.1.ebuild b/dev-haskell/regex-applicative/regex-applicative-0.3.3.1.ebuild
new file mode 100644
index 000000000000..22dfbee50406
--- /dev/null
+++ b/dev-haskell/regex-applicative/regex-applicative-0.3.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 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 test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Regex-based parsing with applicative interface"
+HOMEPAGE="https://github.com/feuerbach/regex-applicative"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+ test? ( >=dev-haskell/smallcheck-1.0
+ dev-haskell/tasty
+ dev-haskell/tasty-hunit
+ dev-haskell/tasty-smallcheck )
+"