aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/package.lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-07 03:23:19 +0200
committerGravatar Tom Willemsen2013-04-07 03:23:19 +0200
commit86aa545775d7822420302b0720ebb7be38de89b9 (patch)
tree3ceba6eac2fab0029d247f7219e7acaccf3fea59 /lisp/package.lisp
parentc1cbf7d59a72b7c485d4060ddaecb7469312c9e6 (diff)
downloadclark-86aa545775d7822420302b0720ebb7be38de89b9.tar.gz
clark-86aa545775d7822420302b0720ebb7be38de89b9.zip
Remove McCLIM as dependency and properly require
The McCLIM dependency will come back, but for v0.1.* it is not a requirement. Also properly require `cl-sqlite' by adding it in the `asdf:defsystem' call.
Diffstat (limited to 'lisp/package.lisp')
-rw-r--r--lisp/package.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/package.lisp b/lisp/package.lisp
index 42acf7f..0da0070 100644
--- a/lisp/package.lisp
+++ b/lisp/package.lisp
@@ -18,5 +18,5 @@
;;; Code:
(defpackage :org.ryuslash.clark
- (:use :clim :clim-lisp :sqlite)
+ (:use :cl :sqlite)
(:export :clark))