Add deps.
parent
bb53965dc2
commit
58dd4acc2b
@ -1,4 +1,6 @@
|
|||||||
#lang info
|
#lang info
|
||||||
(define collection "txexpr")
|
(define collection "txexpr")
|
||||||
(define scribblings '(("scribblings/txexpr.scrbl" ())))
|
(define scribblings '(("scribblings/txexpr.scrbl" ())))
|
||||||
(define compile-omit-paths '("tests.rkt"))
|
(define compile-omit-paths '("tests.rkt"))
|
||||||
|
(define deps '("base"))
|
||||||
|
(define build-deps '("scribble-lib"))
|
||||||
|
Loading…
Reference in New Issue