guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add ghc-setlocale.


From: Ludovic Courtès
Subject: 01/04: gnu: Add ghc-setlocale.
Date: Mon, 23 Jan 2017 10:01:25 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit c7bdb4139df22fbee40fb8dd717b96112110d5a7
Author: Mekeor Melire <address@hidden>
Date:   Mon Jan 23 10:45:52 2017 +0100

    gnu: Add ghc-setlocale.
    
    * gnu/packages/haskell.scm (ghc-setlocale): New variable.
---
 gnu/packages/haskell.scm |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f28009f..56b0090 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1607,6 +1607,25 @@ UTF8 without truncation.")
 environment variables.")
     (license license:expat)))
 
+(define-public ghc-setlocale
+  (package
+    (name "ghc-setlocale")
+    (version "1.0.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://hackage.haskell.org/package/setlocale-";
+                    version "/setlocale-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1sd73zgpijr9xjdj5p562cmlcxmx5iff5k8xh9b6rpcgrgnnlf9j"))))
+    (build-system haskell-build-system)
+    (home-page "https://hackage.haskell.org/package/setlocale";)
+    (synopsis "Haskell bindings to setlocale")
+    (description "This package provides Haskell bindings to the
address@hidden C function.")
+    (license license:bsd-3)))
+
 (define-public ghc-x11
   (package
     (name "ghc-x11")



reply via email to

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