Skip to content
Snippets Groups Projects
Commit 06d35e6d authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix package wrt newer fare-utils.

parent b8d69458
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
(in-package :cl) (in-package :cl)
(defpackage :inferior-shell (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 (:export
#:run #:run/s #:run/ss #:run/lines #:run #:run/s #:run/ss #:run/lines
#:simple-command-line-token #:token-string #:simple-command-line-token #:token-string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment