Skip to content

Commit

Permalink
depends-on sb-sprof
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 16, 2024
1 parent 19b1309 commit cf02e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion sbcl-librarian.asd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 0 additions & 2 deletions src/package.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
;;;; package.lisp

(require :sb-sprof)

(defpackage #:sbcl-librarian
(:use #:cl)
(:export #:define-handle-type
Expand Down

0 comments on commit cf02e14

Please sign in to comment.