all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
To: 66775@debbugs.gnu.org
Cc: Josselin Poiret <dev@jpoiret.xyz>, Lars-Dominik Braun <lars@6xq.net>
Subject: [bug#66775] [PATCH 1/6] gnu: Add ghc-text-icu.
Date: Fri, 27 Oct 2023 20:14:01 +0200	[thread overview]
Message-ID: <ff21fbe157d2a778dd69c0802e05deedfc87a358.1698430139.git.dev@jpoiret.xyz> (raw)
In-Reply-To: <cover.1698430139.git.dev@jpoiret.xyz>

From: Josselin Poiret <dev@jpoiret.xyz>

* gnu/packages/haskell-xyz.scm (ghc-text-icu): New variable.

Change-Id: I553f1fef4e76aeea6d09901917fd5d6032c23d46
---
 gnu/packages/haskell-xyz.scm | 41 ++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c02fd007f9..b1a038bb09 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -65,6 +65,7 @@ (define-module (gnu packages haskell-xyz)
   #:use-module (gnu packages haskell-check)
   #:use-module (gnu packages haskell-crypto)
   #:use-module (gnu packages haskell-web)
+  #:use-module (gnu packages icu4c)
   #:use-module (gnu packages libffi)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages llvm)
@@ -8352,6 +8353,46 @@ (define-public ghc-text-conversions
     (description "Safe conversions between textual types")
     (license license:isc)))
 
+(define-public ghc-text-icu
+  (package
+    (name "ghc-text-icu")
+    (version "0.8.0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hackage-uri "text-icu" version))
+       (sha256
+        (base32 "1yj0jdjrsx12sy6lj1gizb2ys5likp9rcv8ryc6sjf2dw74097rd"))))
+    (build-system haskell-build-system)
+    (properties '((upstream-name . "text-icu")))
+    (inputs (list icu4c))
+    (native-inputs (list ghc-hunit
+                         ghc-quickcheck
+                         ghc-random
+                         ghc-test-framework
+                         ghc-test-framework-hunit
+                         ghc-test-framework-quickcheck2
+                         pkg-config))
+    (home-page "https://github.com/haskell/text-icu")
+    (synopsis "Bindings to the ICU library")
+    (description
+     "Haskell bindings to the International Components for Unicode (ICU) libraries.
+These libraries provide robust and full-featured Unicode services on a wide
+variety of platforms. .  Features include: . * Both pure and impure bindings, to
+allow for fine control over efficiency and ease of use. . * Breaking of strings
+on character, word, sentence, and line boundaries. . * Access to the Unicode
+Character Database (UCD) of character metadata. . * String collation functions,
+for locales where the conventions for lexicographic ordering differ from the
+simple numeric ordering of character codes. . * Character set conversion
+functions, allowing conversion between Unicode and over 220 character encodings.
+. * Unicode normalization. (When implementations keep strings in a normalized
+form, they can be assured that equivalent strings have a unique binary
+representation.) . * Regular expression search and replace. . * Security checks
+for visually confusable (spoofable) strings. . * Bidirectional Unicode algorithm
+. * Calendar objects holding dates and times. . * Number and calendar
+formatting.")
+    (license license:bsd-3)))
+
 (define-public ghc-text-short
   (package
     (name "ghc-text-short")
-- 
2.41.0





  reply	other threads:[~2023-10-27 18:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27 18:11 [bug#66775] [PATCH 0/6] Update Agda and libraries to 2.6.4 Josselin Poiret via Guix-patches via
2023-10-27 18:14 ` Josselin Poiret via Guix-patches via [this message]
2023-10-27 18:14 ` [bug#66775] [PATCH 2/6] gnu: agda: Update " Josselin Poiret via Guix-patches via
2023-10-27 18:14 ` [bug#66775] [PATCH 3/6] gnu: agda-stdlib: Update to 1.7.3 Josselin Poiret via Guix-patches via
2023-10-27 18:16 ` [bug#66775] [PATCH 4/6] gnu: agda-categories: Adapt to agda-stdlib 1.7.3 Josselin Poiret via Guix-patches via
2023-10-27 18:16 ` [bug#66775] [PATCH 5/6] gnu: agda-cubical: Update to 0.6 Josselin Poiret via Guix-patches via
2023-10-27 18:16 ` [bug#66775] [PATCH 6/6] gnu: agda-1lab: Update to 549fdb1c948a975e90e70f871993a4a4239aa280 Josselin Poiret via Guix-patches via
2023-11-14 13:13 ` bug#66775: [PATCH 0/6] Update Agda and libraries to 2.6.4 Josselin Poiret via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff21fbe157d2a778dd69c0802e05deedfc87a358.1698430139.git.dev@jpoiret.xyz \
    --to=guix-patches@gnu.org \
    --cc=66775@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    --cc=lars@6xq.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.