aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-base-unicode-symbols
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-17 23:44:09 +0800
committerpgj <pgj@FreeBSD.org>2012-02-17 23:44:09 +0800
commite129a06989e8129906a502daa7b26783c7f00d85 (patch)
treedbce4dcfb7ea5f1d93f0a9a28514be25ef7c8765 /devel/hs-base-unicode-symbols
parent93ca9e009b964e9cfbde5b19a27f9f454bb6f778 (diff)
downloadfreebsd-ports-gnome-e129a06989e8129906a502daa7b26783c7f00d85.tar.gz
freebsd-ports-gnome-e129a06989e8129906a502daa7b26783c7f00d85.tar.zst
freebsd-ports-gnome-e129a06989e8129906a502daa7b26783c7f00d85.zip
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. This extension enables Unicode characters to be used to stand for certain ASCII character sequences. WWW: http://haskell.org/haskellwiki/Unicode-symbols Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-base-unicode-symbols')
-rw-r--r--devel/hs-base-unicode-symbols/Makefile20
-rw-r--r--devel/hs-base-unicode-symbols/distinfo2
-rw-r--r--devel/hs-base-unicode-symbols/pkg-descr10
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/hs-base-unicode-symbols/Makefile b/devel/hs-base-unicode-symbols/Makefile
new file mode 100644
index 000000000000..dee02e2fd174
--- /dev/null
+++ b/devel/hs-base-unicode-symbols/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-base-unicode-symbols
+# Date created: September 24, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= base-unicode-symbols
+PORTVERSION= 0.2.2.3
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Unicode alternatives for common functions and operators
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-base-unicode-symbols/distinfo b/devel/hs-base-unicode-symbols/distinfo
new file mode 100644
index 000000000000..e98d4e42b8a5
--- /dev/null
+++ b/devel/hs-base-unicode-symbols/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/base-unicode-symbols-0.2.2.3.tar.gz) = 1201fcc936cf4328153d9ac7e20f797d904ac14ed6493689ddb1cfe61bb30320
+SIZE (cabal/base-unicode-symbols-0.2.2.3.tar.gz) = 5549
diff --git a/devel/hs-base-unicode-symbols/pkg-descr b/devel/hs-base-unicode-symbols/pkg-descr
new file mode 100644
index 000000000000..4a623dbba5f6
--- /dev/null
+++ b/devel/hs-base-unicode-symbols/pkg-descr
@@ -0,0 +1,10 @@
+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. This extension enables Unicode characters to be used to
+stand for certain ASCII character sequences.
+
+WWW: http://haskell.org/haskellwiki/Unicode-symbols