diff --git a/build.xcvb b/build.xcvb index 7214e9b209ddb95f7ae3a4074f7020b4f8d297d3..9445bfd7f4933be5ee9d2bf542b54b8d5c518822 100644 --- a/build.xcvb +++ b/build.xcvb @@ -1,10 +1,7 @@ -#+xcvb (module - (:fullname - "scribble" + (:fullname "scribble" :build-depends-on - ("meta" "fare-utils" "fare-matcher" "named-readtables") + ("asdf-utils" "meta" "fare-utils" "fare-matcher" (:asdf "named-readtables")) :depends-on ("package" "utilities" "stream-line-column" "skribe" "racket" "readtables") - :supersedes-asdf - ("scribble"))) + :supersedes-asdf ("scribble"))) diff --git a/package.lisp b/package.lisp index 84da60ae18fbad8ebeac71835b4d367ad1fdfe51..a13c3f93ca7669077371d55645a243cee7c92867 100644 --- a/package.lisp +++ b/package.lisp @@ -1,7 +1,7 @@ #+xcvb (module ()) (cl:defpackage #:scribble - (:use #:common-lisp #:meta :fare-utils :fare-quasiquote :named-readtables) + (:use #:common-lisp #:meta :fare-utils :asdf-utils :fare-quasiquote :named-readtables) #+(or clisp sbcl ccl) (:import-from #+clisp :gray #+sbcl :sb-gray #+ccl :ccl :stream-line-column) diff --git a/scribble.asd b/scribble.asd index 08a43601ab4a2bd685cf718b8b5ec9315c9c3aa8..281c1552f9d08b52d3a3699c7870c3cbb412d391 100644 --- a/scribble.asd +++ b/scribble.asd @@ -4,7 +4,7 @@ :long-description "Scribble offers two syntax extensions allowing you to very nicely mix text markup data and Lisp code. One syntax is a port to CL of Racket's Scribble syntax, and the other is a port to CL of Bigloo's Skribe syntax." - :depends-on (:meta :fare-utils :fare-matcher :fare-memoization + :depends-on (:meta :asdf-utils :fare-utils :fare-matcher :fare-memoization :fare-quasiquote-readtable :named-readtables) :components ((:file "package")