File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
dev-haskell/base-unicode-symbols Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- # Copyright 1999-2023 Gentoo Authors
1+ # Copyright 1999-2026 Gentoo Authors
22# Distributed under the terms of the GNU General Public License v2
33
44EAPI=8
@@ -15,7 +15,6 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
1515LICENSE=" BSD"
1616SLOT=" 0/${PV} "
1717KEYWORDS=" ~amd64 ~arm64 ~ppc64 ~riscv ~x86"
18- IUSE=" "
1918
2019RDEPEND=" >=dev-lang/ghc-7.4.1:=
2120"
Original file line number Diff line number Diff line change 88 <longdescription >
99 This package defines new symbols for a number of functions,
1010 operators and types in the base package.
11-
11+
1212 All symbols are documented with their actual definition and
1313 information regarding their Unicode code point. They should be
1414 completely interchangeable with their definitions.
15-
15+
1616 For further Unicode goodness you can enable the @UnicodeSyntax@
1717 language extension \[1\]. This extension enables Unicode characters
1818 to be used to stand for certain ASCII character sequences,
1919 i.e. & #x2192; instead of @-> @, & #x2200; instead of @forall@ and many
2020 others.
21-
21+
2222 Original idea by P& #xE9;ter Divi& #xE1;nszky.
23-
23+
2424 \[1\] < http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax>
2525 </longdescription >
2626</pkgmetadata >
You can’t perform that action at this time.
0 commit comments