Improve packages

This commit is contained in:
paku 2024-06-01 10:34:36 +09:00
parent 6423c92405
commit 1a909aa994
3 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,6 @@
(defpackage #:hsx/hsx
(:use #:cl)
(:import-from #:hsx/builtin)
(:export #:hsx))
(in-package #:hsx/hsx)

View file

@ -4,7 +4,6 @@
#:hsx/element
#:hsx/defhsx
#:hsx/hsx)
(:import-from #:hsx/builtin)
(:export #:hsx
#:deftag
#:defcomp

View file

@ -1,8 +1,7 @@
(defpackage #:hsx-test/hsx
(:use #:cl
#:fiveam
#:hsx/hsx)
(:import-from #:hsx/builtin))
#:hsx/hsx))
(in-package #:hsx-test/hsx)
(def-suite hsx-test)