split "unstable" package into the usual "-lib", "-doc", and "-test"

Otherwise, packages that depend on "unstable" end up depending
on "racket-test".
This commit is contained in:
Matthew Flatt 2013-07-17 10:23:52 -06:00
parent 592a84d55c
commit bf19a20de0
133 changed files with 53 additions and 29 deletions

View File

@ -14,7 +14,7 @@
"pict-lib"
"snip-lib"
"typed-racket-lib"
"unstable"
"unstable-lib"
"unstable-flonum-lib"
"unstable-contract-lib"
"unstable-latent-contract-lib"
@ -27,4 +27,5 @@
"slideshow-doc"
"srfi-doc"
"scribble-lib"
"slideshow-lib"))
"slideshow-lib"
"unstable-doc"))

View File

@ -5,32 +5,27 @@
(define scribblings
'(("scribblings/unstable.scrbl" (multi-page) (experimental))
("scribblings/gui/unstable-gui.scrbl" (multi-page) (experimental))))
(define deps '("base"
"draw-lib"
"gui-lib"
"pict-lib"
"scribble-lib"
"slideshow-lib"
"unstable-macro-testing-lib"))
(define imples '("unstable-macro-testing-lib"))
(define build-deps '("eli-tester"
"racket-test"
"srfi-lib"
"syntax-color-lib"
(define deps '("base"))
(define build-deps '("at-exp-lib"
"compatibility-lib"
"draw-lib"
"gui-lib"
"pict-lib"
"racket-doc"
"rackunit-lib"
"scribble-lib"
"slideshow-lib"
"typed-racket-lib"
"unstable-contract-lib"
"unstable-debug-lib"
"unstable-lib"
"unstable-list-lib"
"unstable-macro-testing-lib"
"unstable-options-lib"
"unstable-parameter-group-lib"
"unstable-pretty-lib"
"draw-doc"
"gui-doc"
"pict-doc"
"slideshow-doc"
"scribble-doc"
"at-exp-lib"
"compatibility-lib"
"racket-doc"
"rackunit-lib"
"typed-racket-lib"
"unstable-contract-lib"
"unstable-flonum-lib"
"unstable-list-lib"
"unstable-options-lib"
"unstable-debug-lib"
"unstable-pretty-lib"
"unstable-parameter-group-lib"))
"slideshow-doc"))

View File

@ -0,0 +1,13 @@
#lang info
(define collection "unstable")
(define deps '("base"
"draw-lib"
"gui-lib"
"pict-lib"
"scribble-lib"
"slideshow-lib"
"unstable-macro-testing-lib"))
(define imples '("unstable-macro-testing-lib"))
(define build-deps '())

View File

@ -0,0 +1,6 @@
#lang info
(define collection "unstable")
(define deps '("base"))
(define build-deps '())

Some files were not shown because too many files have changed in this diff Show More