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).
This commit is contained in:
parent
991ab94922
commit
e13042e802
2 changed files with 1 additions and 1 deletions
2
info.rkt
2
info.rkt
|
@ -1,6 +1,6 @@
|
|||
#lang info
|
||||
|
||||
(define collection "typed-graph")
|
||||
(define collection "typed")
|
||||
(define deps '("base"
|
||||
"graph-lib"
|
||||
"typed-racket-lib"
|
||||
|
|
Loading…
Reference in a new issue