Compare commits

...

2 Commits

Author SHA1 Message Date
Sergiu Ivanov 40c0dcf617 Fix the dependencies. 2020-12-29 22:55:04 +01:00
Sergiu Ivanov e13042e802 Rename the main Racket file and the collection name.
Allows exposing the contents of this package (typed-graph) as
typed/graph (in the collection typed).
2020-12-29 22:46:09 +01:00
2 changed files with 3 additions and 2 deletions

View File

View File

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