[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: Add ghc-rfc5051.
From: |
Ricardo Wurmus |
Subject: |
03/07: gnu: Add ghc-rfc5051. |
Date: |
Thu, 6 Oct 2016 12:21:25 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 9ce764b689eb10ce80527db69a47d142048f811b
Author: Ricardo Wurmus <address@hidden>
Date: Tue Oct 4 15:10:57 2016 +0200
gnu: Add ghc-rfc5051.
* gnu/packages/haskell.scm (ghc-rfc5051): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 479d8f8..5e52dd9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6341,6 +6341,29 @@ that interconverts between various bibliography formats
using a common
MODS-format XML intermediate.")
(license license:gpl2+)))
+(define-public ghc-rfc5051
+ (package
+ (name "ghc-rfc5051")
+ (version "0.1.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/rfc5051/"
+ "rfc5051-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0av4c3qvwbkbzrjrrg601ay9pds7wscqqp2lc2z78mv2lllap3g3"))))
+ (build-system haskell-build-system)
+ (home-page "http://hackage.haskell.org/package/rfc5051")
+ (synopsis "Simple unicode collation as per RFC5051")
+ (description
+ "This library implements @code{unicode-casemap}, the simple, non
+locale-sensitive unicode collation algorithm described in RFC 5051. Proper
+unicode collation can be done using @code{text-icu}, but that is a big
+dependency that depends on a large C library, and @code{rfc5051} might be
+better for some purposes.")
+ (license license:bsd-3)))
+
(define-public ghc-union-find
(package
(name "ghc-union-find")
- branch master updated (fc47c7d -> eb0ff8a), Ricardo Wurmus, 2016/10/06
- 01/07: gnu: ghc-streaming-commons: Remove standard packages from inputs., Ricardo Wurmus, 2016/10/06
- 03/07: gnu: Add ghc-rfc5051.,
Ricardo Wurmus <=
- 05/07: gnu: Add ghc-xml-types., Ricardo Wurmus, 2016/10/06
- 04/07: gnu: Add ghc-conduit-extra., Ricardo Wurmus, 2016/10/06
- 02/07: gnu: Add ghc-hs-bibutils., Ricardo Wurmus, 2016/10/06
- 06/07: gnu: Add ghc-xml-conduit., Ricardo Wurmus, 2016/10/06
- 07/07: gnu: Add ghc-pandoc-citeproc., Ricardo Wurmus, 2016/10/06