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:
06d35e6
)
Use xcvb-utils instead of shadowing-import-from.
author
Francois-Rene Rideau
<fare@tunes.org>
Thu, 2 Aug 2012 02:05:41 +0000 (22:05 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Thu, 2 Aug 2012 02:05:41 +0000 (22:05 -0400)
pkgdcl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/pkgdcl.lisp
b/pkgdcl.lisp
index
deb2b19
..
2118fea
100644
(file)
--- a/
pkgdcl.lisp
+++ b/
pkgdcl.lisp
@@
-3,9
+3,7
@@
(in-package :cl)
(defpackage :inferior-shell
- (: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
+ (:use :cl :xcvb-utils :fare-matcher :named-readtables :fare-mop)
(:export
#:run #:run/s #:run/ss #:run/lines
#:simple-command-line-token #:token-string