final.lisp: Move definition of *sod-version* here.
[sod] / src / package.lisp
index 75dc7fd..4ae7da7 100644 (file)
@@ -26,7 +26,8 @@
 (cl:defpackage #:sod
   (:use #:common-lisp
        #:sod-utilities
-       #:optparse
        #:sod-parser))
 
+(cl:in-package #:sod)
+
 ;;;----- That's all, folks --------------------------------------------------