diff --git a/fare-matcher.asd b/fare-matcher.asd index 5b65087fa3694bd099a2e29fede315ba36f3ed3d..d7112b2f442a28682b5bbba433cd9a65b576710a 100644 --- a/fare-matcher.asd +++ b/fare-matcher.asd @@ -4,7 +4,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 (:fare-utils) + :depends-on (:xcvb-utils) :serial t :components ((:file "packages") diff --git a/packages.lisp b/packages.lisp index 171c679439740469e14280257a9c2571581d727a..6a4409df0265d2c6cb7cfbcd941b24e760f3f37f 100644 --- a/packages.lisp +++ b/packages.lisp @@ -3,7 +3,7 @@ (in-package #:cl-user) (defpackage #:fare-matcher - (:use #:fare-utils #:common-lisp #:asdf) + (:use #:xcvb-utils #:common-lisp) (:export #:match #:ifmatch #:ematch #:_ ;;; #:* #:like-when #:value #:of-type