From e0c31e066793932c95df820bc3d1b2352cf1ec02 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 27 Aug 2013 12:34:29 -0600 Subject: [PATCH] move "scheme" collection to a "scheme-lib" package Also, move remaining "srfi" libraries to "srfi-lite-lib". In principle, "base" should depend on "scheme-lib" and "srfi-lite-lib", and a new "base2" package would represent the new, smaller base. But I don't think the window has yet closed on determining the initial "base" package. The "srfi" libraries moved to "srfi-lite-lib", instead of "srfi-lib", to avoid creating many extra dependencies on "srfi-lib" and all of its dependencies. The SRFIs in "srfi-lite-lib" depend only on "base", and they are used relatively widely. original commit: d175c3949c602672d61734b3fc54750da1d57f89 --- pkgs/gui-pkgs/gui-lib/info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/gui-pkgs/gui-lib/info.rkt b/pkgs/gui-pkgs/gui-lib/info.rkt index ace6b1df..0fc55f61 100644 --- a/pkgs/gui-pkgs/gui-lib/info.rkt +++ b/pkgs/gui-pkgs/gui-lib/info.rkt @@ -10,6 +10,7 @@ "snip-lib" "wxme-lib" "pict-lib" + "scheme-lib" "scribble-lib" "string-constants-lib" "unstable-list-lib" ; for class-iop