guix-patches
[Top][All Lists]
Advanced

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

[bug#54053] [PATCH] gnu: mercury: Use #:select instead of comment string


From: jgart
Subject: [bug#54053] [PATCH] gnu: mercury: Use #:select instead of comment string.
Date: Fri, 18 Feb 2022 01:15:40 -0500

* gnu/packages/mercury.scm (mercury)[define-module]: Use #:select instead of a
comment string for importing match-lambda.
---
 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 @@ (define-module (gnu packages mercury)
   #: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
-- 
2.35.1






reply via email to

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