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"
|
"racket-doc"
|
||||||
"scribble-doc"
|
"scribble-doc"
|
||||||
"scribble-lib"
|
"scribble-lib"
|
||||||
"drracket"))
|
"drracket-plugin-lib"))
|
||||||
|
|
||||||
(define tools '(("tool.rkt")))
|
(define tools '(("tool.rkt")))
|
||||||
(define tool-names '("Algol 60"))
|
(define tool-names '("Algol 60"))
|
||||||
(define scribblings '(("algol60.scrbl" () (experimental 40))))
|
(define scribblings '(("algol60.scrbl" () (experimental 40))))
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
"compatibility-lib"
|
"compatibility-lib"
|
||||||
"drracket"
|
"drracket-plugin-lib"
|
||||||
"errortrace-lib"
|
"errortrace-lib"
|
||||||
"gui-lib"
|
"gui-lib"
|
||||||
"parser-tools-lib"
|
"parser-tools-lib"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
(define drracket-tools '(("lazy-tool.rkt")))
|
(define drracket-tools '(("lazy-tool.rkt")))
|
||||||
(define drracket-tool-names '("Lazy Racket"))
|
(define drracket-tool-names '("Lazy Racket"))
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
"drracket"
|
"drracket-plugin-lib"
|
||||||
"htdp"
|
"htdp"
|
||||||
"string-constants-lib"
|
"string-constants-lib"
|
||||||
"compatibility-lib"))
|
"compatibility-lib"))
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
(define tool-urls '("http://www.barzilay.org/Swindle/"))
|
(define tool-urls '("http://www.barzilay.org/Swindle/"))
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
"compatibility-lib"
|
"compatibility-lib"
|
||||||
"drracket"
|
"drracket-plugin-lib"
|
||||||
"gui-lib"
|
"gui-lib"
|
||||||
"net-lib"
|
"net-lib"
|
||||||
"string-constants-lib"))
|
"string-constants-lib"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user