From 9d21a231c42cf3a9fc873ea531a314f6382e2691 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 27 Aug 2008 21:36:58 +0200 Subject: [PATCH] moved to "models", not "model". We have many. --- lispstat.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index 6eafc52..eb2c2af 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -2,7 +2,7 @@ ;;; Copyright (c) 2005--2008, by AJ Rossini ;;; ASDF packaging for CommonLisp Stat ;;; License: BSD, see the top level directory file LICENSE for details. -;;; Time-stamp: <2008-08-27 21:31:21 tony> +;;; Time-stamp: <2008-08-27 21:34:22 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;; What package should we be in? Contaminating cl-user is probably EVIL. @@ -172,7 +172,7 @@ Last touched 1991, then in 2005--2008." ;; Applications (:module "stat-models" - :pathname "src/stat-model/" + :pathname "src/stat-models/" :depends-on ("proto-objects" "lispstat-core" "numerics-internal" -- 2.11.4.GIT