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.3.


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

lle_bout pushed a commit to branch master
in repository guix.

commit d4d40fa6836b20f5b71a6c0ebfd481f2e2978f75
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Feb 24 16:53:36 2021 +0100

    gnu: Add ghc-protolude-0.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-protolude-0.3): 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 bd3d8f2..f9cc188 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10576,6 +10576,22 @@ replace the standard one provided by GHC.")
         (base32
          "0zzkyxz0vmcbncpid7gp72fpjj0fla3gqhlfkij5c5lg12skjgfj"))))))
 
+(define-public ghc-protolude-0.3
+  (package
+    (inherit ghc-protolude)
+    (name "ghc-protolude")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://hackage/package/protolude/protolude-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "1b6wprbwfdjyvds2bm6na0fbqgzdkj5ikkk33whbkyh3krd3i0s0"))))))
+
 (define-public ghc-psqueue
   (package
     (name "ghc-psqueue")



reply via email to

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