guix-commits
[Top][All Lists]
Advanced

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

28/177: gnu: Add ghc-time-locale-compat.


From: Ricardo Wurmus
Subject: 28/177: gnu: Add ghc-time-locale-compat.
Date: Tue, 13 Feb 2018 07:38:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5e51bcf7b38511d943f4d24621be5817144061cd
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 20:47:26 2018 +0100

    gnu: Add ghc-time-locale-compat.
    
    * gnu/packages/haskell.scm (ghc-time-locale-compat): New variable.
---
 gnu/packages/haskell.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4fd6c2f..4061d5f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2300,6 +2300,27 @@ the parsers provided by @code{parsec}, @code{attoparsec} 
and @code{base}'s
 with slicing and Clang-style colored diagnostics.")
     (license license:bsd-3)))
 
+(define-public ghc-time-locale-compat
+  (package
+    (name "ghc-time-locale-compat")
+    (version "0.1.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://hackage.haskell.org/package/";
+                           "time-locale-compat/time-locale-compat-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "1vdcfr2hp9qh3ag90x6ikbdf42wiqpdylnplffna54bpnilbyi4i"))))
+    (build-system haskell-build-system)
+    (inputs `(("ghc-old-locale" ,ghc-old-locale)))
+    (home-page "https://github.com/khibino/haskell-time-locale-compat";)
+    (synopsis "Compatibility of TimeLocale between old-locale and time-1.5")
+    (description "This package contains a wrapped name module for
address@hidden")
+    (license license:bsd-3)))
+
 (define-public ghc-attoparsec
   (package
     (name "ghc-attoparsec")



reply via email to

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