From cf02e146bf23488cd1ee8b4836e8fe1d3c95fe86 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Mon, 16 Dec 2024 09:28:08 -0800 Subject: [PATCH] depends-on sb-sprof --- sbcl-librarian.asd | 4 +++- src/package.lisp | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sbcl-librarian.asd b/sbcl-librarian.asd index 597145ba..a20158d5 100644 --- a/sbcl-librarian.asd +++ b/sbcl-librarian.asd @@ -6,7 +6,9 @@ ; :license "TODO" ; :version "0.0.1" :in-order-to ((test-op (test-op "sbcl-librarian/tests"))) - :depends-on (#:swank) + :depends-on (#:sb-sprof + #:swank + ) :serial t :pathname "src/" :components ((:file "package") diff --git a/src/package.lisp b/src/package.lisp index 29880f7f..cb3ec17c 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -1,7 +1,5 @@ ;;;; package.lisp -(require :sb-sprof) - (defpackage #:sbcl-librarian (:use #:cl) (:export #:define-handle-type