common-lisp.net
/
projects/qitab/inferior-shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b8d6945
)
Fix package wrt newer fare-utils.
author
Francois-Rene Rideau
<fare@tunes.org>
Tue, 24 Jul 2012 01:03:15 +0000 (21:03 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Tue, 24 Jul 2012 01:03:15 +0000 (21:03 -0400)
pkgdcl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/pkgdcl.lisp
b/pkgdcl.lisp
index
9a6f71c
..
deb2b19
100644
(file)
--- a/
pkgdcl.lisp
+++ b/
pkgdcl.lisp
@@
-3,7
+3,9
@@
(in-package :cl)
(defpackage :inferior-shell
- (:use :cl :fare-utils :fare-matcher :xcvb-driver :named-readtables :fare-mop)
+ (:use :cl :fare-utils :fare-matcher :xcvb-driver :named-readtables :fare-mop :alexandria)
+ (:shadowing-import-from :xcvb-driver #:emptyp) ;; also in alexandria
+ (:shadowing-import-from :fare-matcher #:of-type) ;; also in alexandria
(:export
#:run #:run/s #:run/ss #:run/lines
#:simple-command-line-token #:token-string