Fix deps.

This commit is contained in:
Vincent St-Amour 2015-09-07 18:27:52 -05:00
parent f9f17bd541
commit dae07aec89
2 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,8 @@
(define collection "2d")
(define version "1.0")
(define deps '("base"))
(define deps '("base"
"scribble-lib"
"syntax-color-lib"))
(define pkg-desc "Implementation (no documentation) part of \"2d\"")
(define pkg-authors '(robby))

View File

@ -3,6 +3,10 @@
(define collection "2d")
(define version "1.0")
(define deps '("base" "2d-lib"))
(define build-deps '("rackunit-lib" "unstable-options-lib"))
(define build-deps '("rackunit-lib"
"unstable-options-lib"
"at-exp-lib"
"gui-lib"
"syntax-color-lib"))
(define pkg-desc "tests for \"2d\"")
(define pkg-authors '(robby))