guix-commits
[Top][All Lists]
Advanced

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

23/25: gnu: Add ghc-generic-random-1.3.0.1.


From: guix-commits
Subject: 23/25: gnu: Add ghc-generic-random-1.3.0.1.
Date: Fri, 29 May 2020 11:01:03 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 23e4b264d7ce196f660c5a92cc0a83c73b5e8b8e
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Fri Apr 10 21:22:09 2020 -0700

    gnu: Add ghc-generic-random-1.3.0.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-generic-random-1.3.0.1): New variable.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/haskell-xyz.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 2b9ad86..8e18644 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4521,6 +4521,20 @@ trivially terminating generator given explicitly 
(@code{genericArbitraryRec}
 and @code{withBaseCase}) or implicitly (@code{genericArbitrary'}).")
     (license license:expat)))
 
+(define-public ghc-generic-random-1.3.0.1
+  (package
+    (inherit ghc-generic-random)
+    (version "1.3.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/generic-random/";
+             "generic-random-" version ".tar.gz"))
+       (sha256
+        (base32 "0d9w7xcmsb31b95fr9d5jwbsajcl1yi4347dlbw4bybil2vjwd7k"))))
+    (arguments '())))
+
 (define-public ghc-generics-sop
   (package
     (name "ghc-generics-sop")



reply via email to

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