adjust dependencies to depend only on drracket-plugin-lib
where it seems reasonable to do so
This commit is contained in:
parent
ed5b2e6a4b
commit
d5b14eb225
|
@ -6,14 +6,14 @@
|
|||
"racket-doc"
|
||||
"scribble-doc"
|
||||
"scribble-lib"
|
||||
"drracket"))
|
||||
"drracket-plugin-lib"))
|
||||
|
||||
(define tools '(("tool.rkt")))
|
||||
(define tool-names '("Algol 60"))
|
||||
(define scribblings '(("algol60.scrbl" () (experimental 40))))
|
||||
(define deps '("base"
|
||||
"compatibility-lib"
|
||||
"drracket"
|
||||
"drracket-plugin-lib"
|
||||
"errortrace-lib"
|
||||
"gui-lib"
|
||||
"parser-tools-lib"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
(define drracket-tools '(("lazy-tool.rkt")))
|
||||
(define drracket-tool-names '("Lazy Racket"))
|
||||
(define deps '("base"
|
||||
"drracket"
|
||||
"drracket-plugin-lib"
|
||||
"htdp"
|
||||
"string-constants-lib"
|
||||
"compatibility-lib"))
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
(define tool-urls '("http://www.barzilay.org/Swindle/"))
|
||||
(define deps '("base"
|
||||
"compatibility-lib"
|
||||
"drracket"
|
||||
"drracket-plugin-lib"
|
||||
"gui-lib"
|
||||
"net-lib"
|
||||
"string-constants-lib"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user