guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mercury: Selectively import match-lambda fro


From: guix-commits
Subject: branch master updated: gnu: mercury: Selectively import match-lambda from ice9 module.
Date: Wed, 27 Apr 2022 22:38:55 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f1d08be7af gnu: mercury: Selectively import match-lambda from ice9 
module.
f1d08be7af is described below

commit f1d08be7af45d436fa2e8373bad50aa8c5401050
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Feb 18 01:15:40 2022 -0500

    gnu: mercury: Selectively import match-lambda from ice9 module.
    
    * gnu/packages/mercury.scm (mercury): Use #:select instead of a
    comment string for importing match-lambda.
    
    Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
 gnu/packages/mercury.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mercury.scm b/gnu/packages/mercury.scm
index c87e65fdd1..1c7f5c5f55 100644
--- a/gnu/packages/mercury.scm
+++ b/gnu/packages/mercury.scm
@@ -31,7 +31,7 @@
   #:use-module (gnu packages shells)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages pkg-config)
-  #:use-module (ice-9 match)) ; match-lambda
+  #:use-module ((ice-9 match) #:select (match-lambda)))
 
 ;; NOTE: Mercury uses a tightly coupled fork of BDWGC and
 ;; libatomic-ops. When updating the package, please check the GitHub



reply via email to

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