Skip to content

Commit

Permalink
tidy up the system definition a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
froydnj committed Mar 6, 2013
1 parent dbc9071 commit c877b2f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions diff.asd
@@ -1,11 +1,13 @@
;;;; diff.asd - the ASDF system definition for diff -*- lisp -*-
(defpackage #:diff-system
(:use :cl :asdf))
(cl:defpackage #:diff-system
(:use :cl))

(in-package #:diff-system)
(cl:in-package #:diff-system)

(defsystem :diff
(asdf:defsystem :diff
:version "0.4"
:author "Nathan Froyd <froydnj@gmail.com>"
:maintainer "Nathan Froyd <froydnj@gmail.com>"
:depends-on (:cl-ppcre :trivial-gray-streams)
:components ((:file "package")
(:file "diff" :depends-on ("package"))
Expand Down

0 comments on commit c877b2f

Please sign in to comment.