Delete trivial-types from :depends-on list.

This commit is contained in:
Eitaro Fukamachi 2014-10-24 18:01:06 +09:00
parent 7be263e80a
commit 2a6634c5b4
2 changed files with 0 additions and 3 deletions

View file

@ -19,7 +19,6 @@
:author "Eitaro Fukamachi" :author "Eitaro Fukamachi"
:license "LLGPL" :license "LLGPL"
:depends-on (:cl-ppcre :depends-on (:cl-ppcre
:trivial-types
:do-urlencode :do-urlencode
:map-set :map-set
:alexandria :alexandria

View file

@ -1,8 +1,6 @@
(in-package :cl-user) (in-package :cl-user)
(defpackage myway.rule (defpackage myway.rule
(:use :cl) (:use :cl)
(:import-from :trivial-types
:proper-list)
(:import-from :do-urlencode (:import-from :do-urlencode
:urlencode) :urlencode)
(:import-from :map-set (:import-from :map-set