summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-21 09:27:12 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-21 09:27:12 +0100
commitea3db1696cce73bb9bbc84999598500e5aea9a63 (patch)
tree3ce2a85187ce56a68455e18efe84924ba5dd83d6
parent3772b960e369b3614968e869896192dee77a1902 (diff)
Fix dependencies.
-rw-r--r--logikorr.asd2
-rw-r--r--logikorr.lisp2
2 files changed, 2 insertions, 2 deletions
diff --git a/logikorr.asd b/logikorr.asd
index 0143054..0be3d36 100644
--- a/logikorr.asd
+++ b/logikorr.asd
@@ -5,5 +5,5 @@
:author "Matthias Benkard <code@matthias.benkard.de>"
:licence ""
:description "Ein einfaches Bewertungsaufnahmesystem"
- :depends-on (:alexandria :yaclml :hunchentoot :json :split-sequence :xml-emitter)
+ :depends-on (:yaclml :hunchentoot :cl-json)
:components ((:file "logikorr")))
diff --git a/logikorr.lisp b/logikorr.lisp
index 7ec11bd..a9ccfdc 100644
--- a/logikorr.lisp
+++ b/logikorr.lisp
@@ -1,5 +1,5 @@
(defpackage :logikorr-ht
- (:use #:hunchentoot #:common-lisp #:json #:yaclml #:split-sequence #:xml-emitter))
+ (:use #:hunchentoot #:common-lisp #:json #:yaclml))
(in-package #:logikorr-ht)