chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
src/: Split the frontend out into its own separate system.
[sod]
/
src
/
package.lisp
diff --git
a/src/package.lisp
b/src/package.lisp
index 75dc7fd217c48128bcafe199fca4dc1c6544f95f..60da8eac212cd27e0de85b2e71ebef15d39fa552 100644
(file)
--- a/
src/package.lisp
+++ b/
src/package.lisp
@@
-26,7
+26,6
@@
(cl:defpackage #:sod
(:use #:common-lisp
#:sod-utilities
- #:optparse
#:sod-parser))
;;;----- That's all, folks --------------------------------------------------