add dependency on hyphenate

main
Matthew Butterick 10 years ago
parent 04a01611c9
commit b9b2f1b5e1

@ -1,5 +1,5 @@
#lang info #lang info
(define collection "quad") (define collection "quad")
(define deps '(("base" #:version "6.0") "sugar" "csp" "rackunit-lib")) (define deps '(("base" #:version "6.0") "sugar" "csp" "rackunit-lib" "hyphenate"))
(define update-implies '("sugar")) (define update-implies '("sugar"))
(define compile-omit-paths '("tests.rkt" "tests-ocm.rkt")) (define compile-omit-paths '("tests.rkt" "tests-ocm.rkt"))

Loading…
Cancel
Save