Skip to content

Commit

Permalink
Fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Feb 24, 2015
1 parent cb0f5c9 commit 157c65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info.rkt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#lang info

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

0 comments on commit 157c65c

Please sign in to comment.