mirror of
https://github.com/vale981/myway
synced 2025-03-05 18:01:40 -05:00
Delete trivial-types from :depends-on list.
This commit is contained in:
parent
7be263e80a
commit
2a6634c5b4
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue