summaryrefslogtreecommitdiff
path: root/dev-haskell/base-unicode-symbols
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/base-unicode-symbols
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/base-unicode-symbols')
-rw-r--r--dev-haskell/base-unicode-symbols/Manifest3
-rw-r--r--dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.4.ebuild22
-rw-r--r--dev-haskell/base-unicode-symbols/metadata.xml25
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/base-unicode-symbols/Manifest b/dev-haskell/base-unicode-symbols/Manifest
new file mode 100644
index 000000000000..be9bc63059a6
--- /dev/null
+++ b/dev-haskell/base-unicode-symbols/Manifest
@@ -0,0 +1,3 @@
+DIST base-unicode-symbols-0.2.2.4.tar.gz 5562 BLAKE2B 7482612b993cd4470a6268d49a5384a3907c95506092ff54b96ce2b823744fca9fd3ab18980b193da7a48fd572b84833b916446d73e34cbcbd54161b3c410016 SHA512 8dcdafa1075ccea8f188b880b90430b7e86270f68fcca47bbee7fa7e695bc90765566e09a0f032103d8cf2a265069e80288f56714190c9e68470141e469a994d
+EBUILD base-unicode-symbols-0.2.2.4.ebuild 582 BLAKE2B 5428b2fad956510dc3c004c6766995484c432501d1e09c5ad16a4d2ca7eb6ab8b1d24285d81ac39d898afc395c032282b8145d3572ff21501c3baf52bdcc7c3e SHA512 10934f5941477c67d82662171100209a5a93029b8ce272073e9124ec5b3c7a609785fa28185c1935d72650679b468d90209f854a9defc22651caf478a195a0bc
+MISC metadata.xml 1004 BLAKE2B b12afc1bea8da697f8132d45076e1bc8c9a18e46a471b2496ba6264308283691ad5dc757de7586f21341c2930b08ad05021a4366418a4069b838f8b70614b0b6 SHA512 3dc724d28f44cf1fb90f8324cc2df0398a726d21b54a78d08a57c75a832aa14d8f5ce01dcd5c4310ddbf28e5fb15d2a5a265ce616c9d5a477450985448df3b5d
diff --git a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.4.ebuild b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.4.ebuild
new file mode 100644
index 000000000000..ef90f4babfed
--- /dev/null
+++ b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Unicode alternatives for common functions and operators"
+HOMEPAGE="http://haskell.org/haskellwiki/Unicode-symbols"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/base-unicode-symbols/metadata.xml b/dev-haskell/base-unicode-symbols/metadata.xml
new file mode 100644
index 000000000000..ca23dac36027
--- /dev/null
+++ b/dev-haskell/base-unicode-symbols/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ </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. &amp;#x2192; instead of @-&gt;@, &amp;#x2200; instead of @forall@ and many
+ others.
+
+ Original idea by P&amp;#xE9;ter Divi&amp;#xE1;nszky.
+
+ \[1\] &lt;http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax&gt;
+ </longdescription>
+</pkgmetadata>