Fix deps
Add scribble dep
This commit is contained in:
parent
2912ed5597
commit
4b1882eb5e
2
info.rkt
2
info.rkt
|
@ -1,5 +1,5 @@
|
||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define name "generic-syntax-expanders")
|
(define name "generic-syntax-expanders")
|
||||||
(define deps '("base" "predicates"))
|
(define deps '("base" "predicates" "scribble-lib"))
|
||||||
(define scribblings '(("scribblings.scrbl")))
|
(define scribblings '(("scribblings.scrbl")))
|
Loading…
Reference in New Issue
Block a user