summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2022-07-25 05:42:35 +1000
committerSam James <sam@gentoo.org>2022-07-24 23:05:17 +0100
commit8efd6c8d145e645ba6b793f4fe683e0cdfe1177b (patch)
treed31bbd14f1998a3e19ca1823b9ecff6cab5238cf /dev-haskell/hxt-charproperties
parentdev-haskell/hxt-regex-xmlschema: drop 9.2.0.3 (diff)
downloadgentoo-8efd6c8d145e645ba6b793f4fe683e0cdfe1177b.tar.gz
gentoo-8efd6c8d145e645ba6b793f4fe683e0cdfe1177b.tar.bz2
gentoo-8efd6c8d145e645ba6b793f4fe683e0cdfe1177b.zip
dev-haskell/hxt-charproperties: add 9.5.0.0
Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hxt-charproperties')
-rw-r--r--dev-haskell/hxt-charproperties/Manifest1
-rw-r--r--dev-haskell/hxt-charproperties/hxt-charproperties-9.5.0.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/hxt-charproperties/Manifest b/dev-haskell/hxt-charproperties/Manifest
index 23172b87c71e..34f37beceff9 100644
--- a/dev-haskell/hxt-charproperties/Manifest
+++ b/dev-haskell/hxt-charproperties/Manifest
@@ -1 +1,2 @@
DIST hxt-charproperties-9.4.0.0.tar.gz 317043 BLAKE2B e8ea482090b0496a1064720e81cab04fa64be51486dedae6b418ea2386b5dc91d0b08af3d57a5c1b52206c6c76ff0b23c380dd03aa0bdfc1e84a80fb2317411b SHA512 8885ceb06e402f2e2e31d616eb605ddf380bec771edf4112fdf6875cbbf03cf1a88b5466e4b74270c7ccf0e1c04e335a3ded6867133a951e1070b7635976fba6
+DIST hxt-charproperties-9.5.0.0.tar.gz 324736 BLAKE2B 81fa13d70db6194eba7c925aae7c19522fa91afedb83dd4a2abd741d780b22f36d595d7b94281e2f30cd3581190665b944d4a027f4b613079d938b7a7bc89470 SHA512 67e1d02a6f0c89e902fb210b99784ba4e3689b35d05ab149686f7343695a936b0fbf695e672ed088a8bbb283a0517e4a2580b64e36a8322534f45e7e99aba82d
diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.5.0.0.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.5.0.0.ebuild
new file mode 100644
index 000000000000..2934d75a7731
--- /dev/null
+++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.5.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.2.1.9999
+#hackport: flags: -profile
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Character properties and classes for XML and Unicode"
+HOMEPAGE="https://github.com/UweSchmidt/hxt"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.2.0.1
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=-profile
+}