Skip to content

Commit

Permalink
Merge pull request #1 from samth/patch-1
Browse files Browse the repository at this point in the history
Fix non-build deps.
  • Loading branch information
jackfirth committed Apr 1, 2015
2 parents 534c270 + 07c57ae commit d9ee4c8
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 d9ee4c8

Please sign in to comment.