[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: import: hackage: Remove reference to unbound variable.
From: |
Ludovic Courtès |
Subject: |
03/09: import: hackage: Remove reference to unbound variable. |
Date: |
Wed, 22 Jul 2015 20:56:51 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 2c59cbc26ae8c6cd24df728adc0c97e330c7bc3f
Author: Ludovic Courtès <address@hidden>
Date: Wed Jul 22 18:08:48 2015 +0200
import: hackage: Remove reference to unbound variable.
* guix/scripts/import/hackage.scm (guix-import-hackage): Fix error message
for
imports from stdin, which referred to unbound variable 'package-name'.
---
guix/scripts/import/hackage.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/scripts/import/hackage.scm b/guix/scripts/import/hackage.scm
index e5e9b0e..1e33556 100644
--- a/guix/scripts/import/hackage.scm
+++ b/guix/scripts/import/hackage.scm
@@ -125,8 +125,8 @@ version.\n"))
(()
(run-importer "stdin" opts
(lambda ()
- (leave (_ "failed to import cabal file from
'~a'~%"))
- package-name)))
+ (leave (_ "failed to import cabal file \
+from standard input~%")))))
((many ...)
(leave (_ "too many arguments~%"))))
(match args
- branch master updated (1436c5c -> 31ea3eb), Ludovic Courtès, 2015/07/22
- 01/09: gnu: guile-minikanren: Fix README location., Ludovic Courtès, 2015/07/22
- 02/09: size: Remove leftover 'pk'., Ludovic Courtès, 2015/07/22
- 03/09: import: hackage: Remove reference to unbound variable.,
Ludovic Courtès <=
- 04/09: doc: Mention initial passwords in "System Installation"., Ludovic Courtès, 2015/07/22
- 05/09: derivations: Improve complexity of 'substitution-oracle'., Ludovic Courtès, 2015/07/22
- 07/09: size: Add '--substitute-urls' option., Ludovic Courtès, 2015/07/22
- 06/09: derivations: Improve docstring of 'substitution-oracle'., Ludovic Courtès, 2015/07/22
- 08/09: doc: Mention zeroed mtimes in the binary tarball., Ludovic Courtès, 2015/07/22
- 09/09: Thank Dave., Ludovic Courtès, 2015/07/22