summaryrefslogtreecommitdiff
path: root/dev-haskell/regex-base/regex-base-0.94.0.1.ebuild
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-11 17:22:36 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:15:37 +0000
commitc19bd7bfb5ffc8b16fd7c6ef511830908d62937e (patch)
tree2ff0656cab67d9d1d9d9967d5d361e60f29235cc /dev-haskell/regex-base/regex-base-0.94.0.1.ebuild
parente345768147eec4d0fb549c4807ca8bb969cb664e (diff)
downloadgentoo-c19bd7bfb5ffc8b16fd7c6ef511830908d62937e.tar.gz
gentoo-c19bd7bfb5ffc8b16fd7c6ef511830908d62937e.tar.bz2
gentoo-c19bd7bfb5ffc8b16fd7c6ef511830908d62937e.zip
dev-haskell/regex-base: add 0.94.0.1
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/regex-base/regex-base-0.94.0.1.ebuild')
-rw-r--r--dev-haskell/regex-base/regex-base-0.94.0.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/regex-base/regex-base-0.94.0.1.ebuild b/dev-haskell/regex-base/regex-base-0.94.0.1.ebuild
new file mode 100644
index 000000000000..1d5f39c26294
--- /dev/null
+++ b/dev-haskell/regex-base/regex-base-0.94.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Common \"Text.Regex.*\" API for Regex matching"
+HOMEPAGE="https://wiki.haskell.org/Regular_expressions"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+RDEPEND=">=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
+ >=dev-haskell/text-1.2.3:=[profile?] <dev-haskell/text-1.3:=[profile?]
+ >=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.2.0.1
+"