Remove fiveam
This commit is contained in:
parent
0b1899fb38
commit
4e83acaae7
3 changed files with 1 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
||||||
:defsystem-depends-on ("fiveam-asdf")
|
:defsystem-depends-on ("fiveam-asdf")
|
||||||
:class :package-inferred-fiveam-tester-system
|
:class :package-inferred-fiveam-tester-system
|
||||||
:pathname "tests"
|
:pathname "tests"
|
||||||
:depends-on ("fiveam"
|
:depends-on ("hsx-test/element"
|
||||||
"hsx-test/element"
|
|
||||||
"hsx-test/hsx"
|
"hsx-test/hsx"
|
||||||
"hsx-test/escaper"
|
"hsx-test/escaper"
|
||||||
"hsx-test/group")
|
"hsx-test/group")
|
||||||
|
|
1
qlfile
1
qlfile
|
@ -1,4 +1,3 @@
|
||||||
ql fiveam
|
|
||||||
ql fiveam-asdf
|
ql fiveam-asdf
|
||||||
ql alexandria
|
ql alexandria
|
||||||
ql mstrings
|
ql mstrings
|
||||||
|
|
|
@ -2,10 +2,6 @@
|
||||||
(:class qlot/source/dist:source-dist
|
(:class qlot/source/dist:source-dist
|
||||||
:initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
|
:initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
|
||||||
:version "2023-10-21"))
|
:version "2023-10-21"))
|
||||||
("fiveam" .
|
|
||||||
(:class qlot/source/ql:source-ql
|
|
||||||
:initargs (:%version :latest)
|
|
||||||
:version "ql-2023-10-21"))
|
|
||||||
("fiveam-asdf" .
|
("fiveam-asdf" .
|
||||||
(:class qlot/source/ql:source-ql
|
(:class qlot/source/ql:source-ql
|
||||||
:initargs (:%version :latest)
|
:initargs (:%version :latest)
|
||||||
|
|
Loading…
Reference in a new issue