Skip to content

Commit

Permalink
Use new name for text-output system and package.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamonkey committed Nov 20, 2011
1 parent 6d0ad76 commit ffb8f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions monkeylib-text-languages.asd
Expand Up @@ -2,7 +2,7 @@
;;;
;;; See COPYING for details.

(defsystem text-languages
(defsystem monkeylib-text-languages
:author "Peter Seibel <peter@gigamonkeys.com>"
:version "1.0"
:licence "BSD"
Expand All @@ -11,5 +11,5 @@
((:file "packages")
(:file "language" :depends-on ("packages"))
(:file "file-compiler" :depends-on ("packages" "language")))
:depends-on (:text-output
:depends-on (:monkeylib-text-output
:com.gigamonkeys.macro-utilities))
2 changes: 1 addition & 1 deletion packages.lisp
Expand Up @@ -6,7 +6,7 @@

(defpackage :monkeylib-text-languages
(:use :cl
:text-output
:monkeylib-text-output
:com.gigamonkeys.macro-utilities)
(:export
:case-preserving-readtable
Expand Down

0 comments on commit ffb8f15

Please sign in to comment.