Minimize xrepl-lib dependencies

XREPL already doesn't declare dependencies on its optional
features such as launching DrRacket or opening the docs. The
consensus seems to be that it's best not to declare these and
to gracefully degrade if they're missing. For XREPL, the error
message could be better, but it currently lets the user keep
going when the `dynamic-require` fails.
This commit is contained in:
Asumu Takikawa 2013-11-27 00:07:27 -05:00
parent dfe51373dd
commit e5ca6cc2bf

View File

@ -4,9 +4,7 @@
(define deps '("base" (define deps '("base"
"readline-lib" "readline-lib"
"scribble-lib" "scribble-text-lib"))
"scribble-text-lib"
"macro-debugger-text-lib"))
(define pkg-desc "implementation (no documentation) part of \"xrepl\"") (define pkg-desc "implementation (no documentation) part of \"xrepl\"")