mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
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
This commit is contained in:
parent
ec2f8cbb7a
commit
70cb05d9f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291583
@ -585,6 +585,7 @@
|
||||
SUBDIR += hs-ansi-terminal
|
||||
SUBDIR += hs-ansi-wl-pprint
|
||||
SUBDIR += hs-arrows
|
||||
SUBDIR += hs-base-unicode-symbols
|
||||
SUBDIR += hs-base16-bytestring
|
||||
SUBDIR += hs-base64-bytestring
|
||||
SUBDIR += hs-binary
|
||||
|
20
devel/hs-base-unicode-symbols/Makefile
Normal file
20
devel/hs-base-unicode-symbols/Makefile
Normal file
@ -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>
|
2
devel/hs-base-unicode-symbols/distinfo
Normal file
2
devel/hs-base-unicode-symbols/distinfo
Normal file
@ -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
|
10
devel/hs-base-unicode-symbols/pkg-descr
Normal file
10
devel/hs-base-unicode-symbols/pkg-descr
Normal file
@ -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
|
@ -21,6 +21,7 @@ ansi-wl-pprint_port= devel/hs-ansi-wl-pprint
|
||||
arrows_port= devel/hs-arrows
|
||||
attoparsec_port= textproc/hs-attoparsec
|
||||
attoparsec-enumerator_port= textproc/hs-attoparsec-enumerator
|
||||
base-unicode-symbols_port= devel/hs-base-unicode-symbols
|
||||
base16-bytestring_port= devel/hs-base16-bytestring
|
||||
base64-bytestring_port= devel/hs-base64-bytestring
|
||||
binary_port= devel/hs-binary
|
||||
|
Loading…
Reference in New Issue
Block a user