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>master
parent
a814b8ff9c
commit
f1d08be7af
|
@ -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
|
||||
|
|
Reference in New Issue