bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 95776e21cd3bc6727846934f1419c316f9190057
parent d07ff0ebc3697a9b2f7a0ed423051dd0e53933c5
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Thu, 27 Jun 2013 21:36:51 -0600

link development-mode packages in a separate pkg database

Use `PKGS' with the top-level makefile to select packages for
a development-mode build. The default is "main-distribution",
which includes all packages in "pkgs".

original commit: d450ee97075ef92e3356b6ae27e8a53419dd9732

Diffstat:
Mpkgs/scribble-pkgs/scribble-lib/info.rkt | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pkgs/scribble-pkgs/scribble-lib/info.rkt b/pkgs/scribble-pkgs/scribble-lib/info.rkt @@ -4,4 +4,6 @@ (define deps '("at-exp-lib" "draw-lib" - "syntax-color-lib")) + "syntax-color-lib" + "sandbox-lib" + "rackunit-lib"))