add markdown dependency

pull/9/head
Matthew Butterick 11 years ago
parent 6a11b78e7d
commit 8cf461392a

@ -1,5 +1,5 @@
#lang info #lang info
(define collection "pollen") (define collection "pollen")
(define scribblings '(("scribblings/pollen.scrbl" ()))) (define scribblings '(("scribblings/pollen.scrbl" ())))
(define deps '("txexpr" "sugar")) (define deps '("txexpr" "sugar" "markdown"))
(define raco-commands '(("pollen" pollen/command "issue Pollen command" #f))) (define raco-commands '(("pollen" pollen/command "issue Pollen command" #f)))

Loading…
Cancel
Save