From 427016496c57e5bda6ebea3dc0992d4fffdbb971 Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 30 Aug 2024 10:33:56 +0200 Subject: [PATCH] deps: str:ensure-suffix is now in latest quicklisp (needs QL 2023-03) --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 3779d31..b377cae 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ all: build # Install some Quicklisp dependencies. ql-deps: - # 2023-03: we want str:ensure-suffix, not yet in Quicklisp. - git clone https://github.com/vindarel/cl-str/ ~/quicklisp/local-projects/cl-str # 2023-05: log4cl doesn't compile on SBCL v2.3.4 # See issue https://github.com/ciel-lang/CIEL/issues/24 # This has been fixed upstream, not yet in Quicklisp