fix 2d dependencies

This commit is contained in:
Robby Findler 2013-09-04 16:03:06 -05:00
parent 37ced9609c
commit 09574ed920
2 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@
"unstable-options-lib"
"unstable-parameter-group-lib"
"unstable-pretty-lib"
"unstable-2d"
"draw-doc"
"gui-doc"
"pict-doc"

View File

@ -3,8 +3,8 @@
scribble/manual
"utils.rkt"
scribble/core
(for-label ;unstable/2d/cond
;unstable/2d/match
(for-label unstable/2d/cond
unstable/2d/match
racket/file
racket/contract
racket/base))