diff options
author | colin <colin@cicadas.surf> | 2024-05-31 10:06:47 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-05-31 10:06:47 -0700 |
commit | 2832a7c9e75400e36ca12a028ffcbeece44c8216 (patch) | |
tree | c4ad4cc7a63c3c2e54da0ab4bd41bfc6c7edf8ad /package.lisp | |
parent | e12561b1f2c541b579065c5b40c74957fdab866c (diff) |
checkpoint
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index 0335b3d..e88297e 100644 --- a/package.lisp +++ b/package.lisp @@ -7,6 +7,7 @@ (#:wknd #:weekend) (#:a #:alexandria-2) (#:zippy #:org.shirakumo.zippy )) + (:import-from #:flatbind #:do>) (:import-from #:bknr.datastore #:with-transaction #:store-object |