Compare commits

..

No commits in common. "40c0dcf61753c1f82ee3fd84ba71f8ea6480e57c" and "991ab9492297e3c96c724ad8de81840f6ff4c906" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
#lang info
(define collection "typed")
(define collection "typed-graph")
(define deps '("base"
"graph-lib"
"typed-racket-lib"
))
(define scribblings '(("manual.scrbl" ())))
(define build-deps '("typed-racket-doc"
"racket-doc"
(define build-deps '("racket-doc"
"scribble-lib"
))

View File