emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34369: closed ([PATCH] gnu: Add ghc-base-unicode-s


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34369: closed ([PATCH] gnu: Add ghc-base-unicode-symbols.)
Date: Sun, 10 Feb 2019 20:47:02 +0000

Your message dated Sun, 10 Feb 2019 21:46:04 +0100
with message-id <address@hidden>
and subject line Re: [bug#34369] [PATCH] gnu: Add ghc-base-unicode-symbols.
has caused the debbugs.gnu.org bug report #34369,
regarding [PATCH] gnu: Add ghc-base-unicode-symbols.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34369: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34369
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ghc-base-unicode-symbols. Date: Thu, 7 Feb 2019 13:12:38 +0100 User-agent: mu4e 1.0; emacs 26.1
* gnu/packages/haskell.scm (ghc-base-unicode-symbols): New variable.
---
 gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 255e902e6..4fd54b940 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11493,4 +11493,31 @@ imported with the correct Haskell types.")
 Music Player Daemon.")
     (license license:expat)))
 
+(define-public ghc-base-unicode-symbols
+  (package
+    (name "ghc-base-unicode-symbols")
+    (version "0.2.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             
"mirror://hackage/package/base-unicode-symbols/base-unicode-symbols-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "1ia6li7qjg1zkak4gf6mnbshw45mq9bfjr0jch58ds0lscmvwyzf"))))
+    (build-system haskell-build-system)
+    (home-page "http://www.haskell.org/haskellwiki/Unicode-symbols";)
+    (synopsis "Unicode alternatives for common functions and operators")
+    (description "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 @code{UnicodeSyntax}
address@hidden://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#unicode-syntax,
+language extension}.  This extension enables Unicode characters to be used to
+stand for certain ASCII character sequences, i.e. → instead of @code{->},
+∀ instead of @code{forall} and many others.")
+    (license license:bsd-3)))
 ;;; haskell.scm ends here
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#34369] [PATCH] gnu: Add ghc-base-unicode-symbols. Date: Sun, 10 Feb 2019 21:46:04 +0100
Thanks!  Pushed to guix master as d4ce1c5029dcf68a72ba4e4288d13341c57b2005.

Attachment: pgprwr7u4k__Z.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]