um, I meant htdp
parent
a834a99861
commit
734cc0e4c1
@ -1,6 +1,6 @@
|
|||||||
#lang info
|
#lang info
|
||||||
(define collection "pollen")
|
(define collection "pollen")
|
||||||
(define deps '(("base" #:version "6.0") "txexpr" "sugar" ("markdown" #:version "0.18") "2htdp"))
|
(define deps '(("base" #:version "6.0") "txexpr" "sugar" ("markdown" #:version "0.18") "htdp"))
|
||||||
(define scribblings '(("scribblings/pollen.scrbl" (multi-page))))
|
(define scribblings '(("scribblings/pollen.scrbl" (multi-page))))
|
||||||
(define raco-commands '(("pollen" pollen/raco "issue Pollen command" #f)))
|
(define raco-commands '(("pollen" pollen/raco "issue Pollen command" #f)))
|
||||||
(define compile-omit-paths '("tests" "raco.rkt"))
|
(define compile-omit-paths '("tests" "raco.rkt"))
|
Loading…
Reference in New Issue