We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55663b2 + 09fbe73 commit c1a172eCopy full SHA for c1a172e
info.rkt
@@ -7,7 +7,7 @@
7
(define collection 'multi)
8
(define deps '("base"
9
"sxml"
10
- "planet-neil-html-writing1"
+ "html-writing"
11
"compatibility-lib"
12
"web-server-lib"))
13
(define build-deps '("racket-doc" "scribble-lib"))
webapi/blogger.rkt
@@ -13,7 +13,7 @@
"private/has-atom.rkt"
14
"private/sxml.rkt"
15
sxml
16
- neil/html-writing1/main)
+ html-writing)
17
(provide blogger-scope
18
blogger<%>
19
blogger%
0 commit comments