git.fiddlerwoaroof.com
Browse code

chore: fix uses

Edward Langley authored on 23/10/2022 23:02:58
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
   (:export #:define-data-class))
14 14
 
15 15
 (defpackage #:alimenta2
16
-  (:use #:cl #:alexandria #:serapeum #:fw.lu #:should-test))
16
+  (:use #:cl #:alexandria #:serapeum #:should-test))
17 17
 
18 18
 (defpackage #:alimenta
19 19
   (:use #:cl #:should-test #:lquery #:plump #:alexandria #:anaphora #:collection-class)
... ...
@@ -25,13 +25,11 @@
25 25
            #:transform))
26 26
 
27 27
 (defpackage #:alimenta.html
28
-  (:use #:cl #:should-test #:lquery #:alexandria #:anaphora #:alimenta #:data-class
29
-        #:fwoar.lisputils)
28
+  (:use #:cl)
30 29
   (:export #:html-renderer))
31 30
 
32 31
 (defpackage #:alimenta.rss
33
-  (:use #:cl #:should-test #:lquery #:plump #:alexandria #:anaphora #:alimenta #:data-class
34
-        #:fwoar.lisputils)
32
+  (:use #:cl #:should-test #:lquery #:plump #:alexandria #:anaphora #:alimenta #:data-class)
35 33
   (:export #:language #:copyright #:managing-editor #:webmaster
36 34
            #:publication-date #:last-build-date #:categories #:generator #:docs
37 35
            #:cloud #:ttl #:image #:rating #:text-input #:skip-hours #:skip-days