Skip to content

Commit

Permalink
Fix non-build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
samth committed Apr 1, 2015
1 parent 534c270 commit 07c57ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions info.rkt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#lang info

(define collection 'multi)
(define deps '("base" "rackunit-lib" "mischief"))
(define deps '("base" "rackunit-lib" "mischief" "scribble-lib" "scribble-text-lib"))
(define build-deps '("cover"
"scribble-lib"
"rackunit-lib"
"racket-doc"))

0 comments on commit 07c57ae

Please sign in to comment.