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:
parent
592a84d55c
commit
bf19a20de0
|
@ -14,7 +14,7 @@
|
||||||
"pict-lib"
|
"pict-lib"
|
||||||
"snip-lib"
|
"snip-lib"
|
||||||
"typed-racket-lib"
|
"typed-racket-lib"
|
||||||
"unstable"
|
"unstable-lib"
|
||||||
"unstable-flonum-lib"
|
"unstable-flonum-lib"
|
||||||
"unstable-contract-lib"
|
"unstable-contract-lib"
|
||||||
"unstable-latent-contract-lib"
|
"unstable-latent-contract-lib"
|
||||||
|
@ -27,4 +27,5 @@
|
||||||
"slideshow-doc"
|
"slideshow-doc"
|
||||||
"srfi-doc"
|
"srfi-doc"
|
||||||
"scribble-lib"
|
"scribble-lib"
|
||||||
"slideshow-lib"))
|
"slideshow-lib"
|
||||||
|
"unstable-doc"))
|
||||||
|
|
|
@ -5,32 +5,27 @@
|
||||||
(define scribblings
|
(define scribblings
|
||||||
'(("scribblings/unstable.scrbl" (multi-page) (experimental))
|
'(("scribblings/unstable.scrbl" (multi-page) (experimental))
|
||||||
("scribblings/gui/unstable-gui.scrbl" (multi-page) (experimental))))
|
("scribblings/gui/unstable-gui.scrbl" (multi-page) (experimental))))
|
||||||
(define deps '("base"
|
(define deps '("base"))
|
||||||
"draw-lib"
|
(define build-deps '("at-exp-lib"
|
||||||
"gui-lib"
|
"compatibility-lib"
|
||||||
"pict-lib"
|
"draw-lib"
|
||||||
"scribble-lib"
|
"gui-lib"
|
||||||
"slideshow-lib"
|
"pict-lib"
|
||||||
"unstable-macro-testing-lib"))
|
"racket-doc"
|
||||||
(define imples '("unstable-macro-testing-lib"))
|
"rackunit-lib"
|
||||||
(define build-deps '("eli-tester"
|
"scribble-lib"
|
||||||
"racket-test"
|
"slideshow-lib"
|
||||||
"srfi-lib"
|
"typed-racket-lib"
|
||||||
"syntax-color-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"
|
"draw-doc"
|
||||||
"gui-doc"
|
"gui-doc"
|
||||||
"pict-doc"
|
"pict-doc"
|
||||||
"slideshow-doc"
|
|
||||||
"scribble-doc"
|
"scribble-doc"
|
||||||
"at-exp-lib"
|
"slideshow-doc"))
|
||||||
"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"))
|
|
13
pkgs/unstable-pkgs/unstable-lib/info.rkt
Normal file
13
pkgs/unstable-pkgs/unstable-lib/info.rkt
Normal 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 '())
|
6
pkgs/unstable-pkgs/unstable-test/info.rkt
Normal file
6
pkgs/unstable-pkgs/unstable-test/info.rkt
Normal 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
Loading…
Reference in New Issue
Block a user