guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: Add ghc-protolude-0.2.


From: guix-commits
Subject: 01/05: gnu: Add ghc-protolude-0.2.
Date: Wed, 24 Feb 2021 09:23:00 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 9ef7937766dd2e79807f3b0a6cd141ed310650a9
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Feb 24 14:42:28 2021 +0100

    gnu: Add ghc-protolude-0.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-protolude-0.2): New variable.
---
 gnu/packages/haskell-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d6c50ad..2578cc6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10559,6 +10559,22 @@ the ideal templating system.")
 replace the standard one provided by GHC.")
     (license license:expat)))
 
+(define-public ghc-protolude-0.2
+  (package
+    (inherit ghc-protolude)
+    (name "ghc-protolude")
+    (version "0.2.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://hackage/package/protolude/protolude-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "0zzkyxz0vmcbncpid7gp72fpjj0fla3gqhlfkij5c5lg12skjgfj"))))))
+
 (define-public ghc-psqueue
   (package
     (name "ghc-psqueue")



reply via email to

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