Still using fare-utils. master
authorFrancois-Rene Rideau <tunes@google.com>
Thu, 24 Jan 2013 15:46:54 +0000 (10:46 -0500)
committerFrancois-Rene Rideau <tunes@google.com>
Thu, 24 Jan 2013 15:46:54 +0000 (10:46 -0500)
fare-matcher.asd
packages.lisp

index e1d91e8..ffc3079 100644 (file)
@@ -6,7 +6,7 @@
   :description "Lisp2-style Erlang/ML-like Extensible Pattern-Matcher for CL"
   :long-description "fare-matcher allows you to do pattern matching as in ML,
 and to define your own extensions."
-  :depends-on (:alexandria)
+  :depends-on (:alexandria :fare-utils)
   :serial t
   :components
   ((:file "packages")
index 03ede1f..af07c4e 100644 (file)
@@ -27,7 +27,6 @@
   (:export))
 
 (defpackage #:fare-clos-match
-  #+openmcl (:shadowing-import-from #:ccl #:quit)
   (:use #:common-lisp #:fare-utils #:fare-matcher
         #+allegro #:aclmop
        #+cmu #:pcl #+sbcl #:sb-mop #+clisp :clos #+clozure #:ccl)