Browse Source

add Mito and re-add Clack-Errors packages to .asd file.

Mito is a new package introduced in Chapter 4. Clack-Errors was first
added in Chapter 1 but I, some how, managed to remove it. I am
re-adding here and committing it so I have a log of me adding it --
and remove doubt on me accidentally thinking I added. Which, to be
honest, is something I cannot rule out.
master
Craig Oates 2 years ago
parent
commit
58278072c7
  1. 6
      rails-to-caveman.asd

6
rails-to-caveman.asd

@ -1,9 +1,10 @@
(defsystem "rails-to-caveman" (defsystem "rails-to-caveman"
:version "0.1.0" :version "0.1.0"
:author "Craig Oates" :author "Craig Oates"
:license "" :license "MIT"
:depends-on ("clack" :depends-on ("clack"
"lack" "lack"
"clack-errors" ; <--- Added in Chapter 1.
"caveman2" "caveman2"
"envy" "envy"
"cl-ppcre" "cl-ppcre"
@ -17,7 +18,8 @@
;; for DB ;; for DB
"datafly" "datafly"
"sxql") "sxql"
"mito" ; <--- Added in Chapter 4.
:components ((:module "src" :components ((:module "src"
:components :components
((:file "main" :depends-on ("config" "view" "db")) ((:file "main" :depends-on ("config" "view" "db"))

Loading…
Cancel
Save