unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54053] [PATCH] gnu: mercury: Use #:select instead of comment string.
@ 2022-02-18  6:15 jgart via Guix-patches via
  2022-04-28  2:41 ` bug#54053: " Raghav Gururajan via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-02-18  6:15 UTC (permalink / raw)
  To: 54053; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54053: [PATCH] gnu: mercury: Use #:select instead of comment string.
  2022-02-18  6:15 [bug#54053] [PATCH] gnu: mercury: Use #:select instead of comment string jgart via Guix-patches via
@ 2022-04-28  2:41 ` Raghav Gururajan via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Raghav Gururajan via Guix-patches via @ 2022-04-28  2:41 UTC (permalink / raw)
  To: 54053-done; +Cc: jgart


[-- Attachment #1.1: Type: text/plain, Size: 72 bytes --]

Pushed as f1d08be7af to master. Thanks for the patch.

Regards,
RG.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-28  2:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18  6:15 [bug#54053] [PATCH] gnu: mercury: Use #:select instead of comment string jgart via Guix-patches via
2022-04-28  2:41 ` bug#54053: " Raghav Gururajan via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).