Skip to content

Commit c877b2f

Browse files
committed
tidy up the system definition a bit
1 parent dbc9071 commit c877b2f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

diff.asd

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
;;;; diff.asd - the ASDF system definition for diff -*- lisp -*-
2-
(defpackage #:diff-system
3-
(:use :cl :asdf))
2+
(cl:defpackage #:diff-system
3+
(:use :cl))
44

5-
(in-package #:diff-system)
5+
(cl:in-package #:diff-system)
66

7-
(defsystem :diff
7+
(asdf:defsystem :diff
88
:version "0.4"
9+
:author "Nathan Froyd <[email protected]>"
10+
:maintainer "Nathan Froyd <[email protected]>"
911
:depends-on (:cl-ppcre :trivial-gray-streams)
1012
:components ((:file "package")
1113
(:file "diff" :depends-on ("package"))

0 commit comments

Comments
 (0)