Skip to content

Commit

Permalink
Clack.Util.Route depends on Clack.Util.Hunchentoot.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jun 10, 2011
1 parent 88d4d72 commit d4138bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clack.asd
Expand Up @@ -111,11 +111,11 @@
:components :components
((:file "doc") ((:file "doc")
(:file "util") (:file "util")
(:file "route")
(:file "stream") (:file "stream")
(:file "ducktype") (:file "ducktype")
(:file "localtime") (:file "localtime")
(:file "hunchentoot")))))) (:file "hunchentoot")
(:file "route"))))))
:description "Web Application Environment for Common Lisp" :description "Web Application Environment for Common Lisp"
:long-description :long-description
#.(with-open-file (stream (merge-pathnames #.(with-open-file (stream (merge-pathnames
Expand Down

0 comments on commit d4138bf

Please sign in to comment.