guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: Add ghc-utf8-string.


From: Eric Bavier
Subject: 08/11: gnu: Add ghc-utf8-string.
Date: Mon, 24 Aug 2015 02:46:27 +0000

bavier pushed a commit to branch master
in repository guix.

commit 7fc7186ede334f81a1a6396aa5e4e799da5f59ae
Author: Siniša Biđin <address@hidden>
Date:   Tue Aug 18 22:40:10 2015 +0200

    gnu: Add ghc-utf8-string.
    
    * gnu/packages/haskell.scm (ghc-utf8-string): New variable.
    
    Signed-off-by: Eric Bavier <address@hidden>
---
 gnu/packages/haskell.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2446d4b..0f83f23 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -441,6 +441,28 @@ http://web.cecs.pdx.edu/~mpj/pubs/springschool.html.";)
      "Knowledge of GHC's installation directories.")
     (license bsd-3)))
 
+(define-public ghc-utf8-string
+  (package
+    (name "ghc-utf8-string")
+    (version "0.3.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://hackage.haskell.org/package/utf8-string/utf8-string-";
+             version
+             ".tar.gz"))
+       (sha256
+        (base32 "1h29dn0scsfkhmkg14ywq9178lw40ah1r36w249zfzqr02y7qxc0"))))
+    (build-system haskell-build-system)
+    (home-page "http://github.com/glguy/utf8-string/";)
+    (synopsis "Support for reading and writing UTF8 Strings")
+    (description
+     "A UTF8 layer for Strings. The utf8-string package provides operations
+for encoding UTF8 strings to Word8 lists and back, and for reading and writing
+UTF8 without truncation.")
+    (license bsd-3)))
+
 (define-public ghc-zlib
   (package
     (name "ghc-zlib")



reply via email to

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