From 4e83acaae7570b89efaf821809a534e2d5de278e Mon Sep 17 00:00:00 2001 From: paku Date: Thu, 13 Jun 2024 19:28:30 +0900 Subject: [PATCH] Remove fiveam --- hsx-test.asd | 3 +-- qlfile | 1 - qlfile.lock | 4 ---- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/hsx-test.asd b/hsx-test.asd index 53a4896..4fb1e4a 100644 --- a/hsx-test.asd +++ b/hsx-test.asd @@ -2,8 +2,7 @@ :defsystem-depends-on ("fiveam-asdf") :class :package-inferred-fiveam-tester-system :pathname "tests" - :depends-on ("fiveam" - "hsx-test/element" + :depends-on ("hsx-test/element" "hsx-test/hsx" "hsx-test/escaper" "hsx-test/group") diff --git a/qlfile b/qlfile index 9cf4ac2..9263a89 100644 --- a/qlfile +++ b/qlfile @@ -1,4 +1,3 @@ -ql fiveam ql fiveam-asdf ql alexandria ql mstrings diff --git a/qlfile.lock b/qlfile.lock index 28a298e..1e0f4f7 100644 --- a/qlfile.lock +++ b/qlfile.lock @@ -2,10 +2,6 @@ (:class qlot/source/dist:source-dist :initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest) :version "2023-10-21")) -("fiveam" . - (:class qlot/source/ql:source-ql - :initargs (:%version :latest) - :version "ql-2023-10-21")) ("fiveam-asdf" . (:class qlot/source/ql:source-ql :initargs (:%version :latest)