update info.rkt to state dependency on Racket 6.0
parent
83012af776
commit
d91fdcd8a1
@ -1,6 +1,6 @@
|
|||||||
#lang info
|
#lang info
|
||||||
(define collection "pollen")
|
(define collection "pollen")
|
||||||
(define deps '("base" "txexpr" "sugar" "markdown"))
|
(define deps '(("racket" #:version "6.0") "txexpr" "sugar" "markdown"))
|
||||||
(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