summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 13:57:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 14:05:54 +0000
commit77faa68564532d0a4e6499a1ac04d9701bc88c66 (patch)
tree1d8a641e7338a1480a480f5da26e49da7e2169f8 /dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild
parentdev-haskell/safe: bump up to 0.3.17 (diff)
downloadgentoo-77faa68564532d0a4e6499a1ac04d9701bc88c66.tar.gz
gentoo-77faa68564532d0a4e6499a1ac04d9701bc88c66.tar.bz2
gentoo-77faa68564532d0a4e6499a1ac04d9701bc88c66.zip
dev-haskell/rfc5051: bump up to 0.1.0.4
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild')
-rw-r--r--dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild b/dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild
new file mode 100644
index 000000000000..ab23fbd27377
--- /dev/null
+++ b/dev-haskell/rfc5051/rfc5051-0.1.0.4.ebuild
@@ -0,0 +1,29 @@
+# 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="Simple unicode collation as per RFC5051"
+HOMEPAGE="http://hackage.haskell.org/package/rfc5051"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="mkunicodedata"
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag mkunicodedata mkunicodedata)
+}