commit cb2eb982f93792b70494175993bf56045d0dd342
parent 0172c948bd006070613becf1156de6386aaf1680
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sat, 29 Jun 2013 05:42:38 -0600
auto-fix dependencies in "pkgs"
Left one dependency broken: "drracket" currently depends on "htdp" for
a test. That needs to be fixed by removing the dependency (moving the
test to "htdp?), instead of changing the declared dependencies.
original commit: 51290fd2a95def6bb3b6d3d735cb62444e157553
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pkgs/distro-build/info.rkt b/pkgs/distro-build/info.rkt
@@ -2,6 +2,7 @@
(define collection "distro-build")
-(define deps '("at-exp-lib"
+(define deps '("base"
+ "at-exp-lib"
"web-server-lib"
"scribble-lib"))