mirror of
https://github.com/vale981/myway
synced 2025-03-05 09:51:42 -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"
|
||||
:license "LLGPL"
|
||||
:depends-on (:cl-ppcre
|
||||
:trivial-types
|
||||
:do-urlencode
|
||||
:map-set
|
||||
:alexandria
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
(in-package :cl-user)
|
||||
(defpackage myway.rule
|
||||
(:use :cl)
|
||||
(:import-from :trivial-types
|
||||
:proper-list)
|
||||
(:import-from :do-urlencode
|
||||
:urlencode)
|
||||
(:import-from :map-set
|
||||
|
|
Loading…
Add table
Reference in a new issue