commit: a52b648e98ce53a482474af382191a616340248c Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Sun Jan 11 23:32:33 2026 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Sun Jan 11 23:32:33 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52b648e
dev-haskell/base-unicode-symbols: Remove empty IUSE="" Signed-off-by: Mark Wright <gienah <AT> gentoo.org> .../base-unicode-symbols-0.2.4.2.ebuild | 3 +-- dev-haskell/base-unicode-symbols/metadata.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.4.2.ebuild b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.4.2.ebuild index 5257d0316ba9..9d710411f1a3 100644 --- a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.4.2.ebuild +++ b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,6 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= " diff --git a/dev-haskell/base-unicode-symbols/metadata.xml b/dev-haskell/base-unicode-symbols/metadata.xml index 937381521944..83a6d62c5c01 100644 --- a/dev-haskell/base-unicode-symbols/metadata.xml +++ b/dev-haskell/base-unicode-symbols/metadata.xml @@ -5,4 +5,22 @@ <email>[email protected]</email> <name>Gentoo Haskell</name> </maintainer> + <longdescription> + This package defines new symbols for a number of functions, + operators and types in the base package. + + All symbols are documented with their actual definition and + information regarding their Unicode code point. They should be + completely interchangeable with their definitions. + + For further Unicode goodness you can enable the @UnicodeSyntax@ + language extension \[1\]. This extension enables Unicode characters + to be used to stand for certain ASCII character sequences, + i.e. &#x2192; instead of @->@, &#x2200; instead of @forall@ and many + others. + + Original idea by P&#xE9;ter Divi&#xE1;nszky. + + \[1\] <http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax> + </longdescription> </pkgmetadata>
