Adding dep that raco setup doesn't show on my machine

This commit is contained in:
Jay McCarthy 2014-11-18 10:44:15 -05:00
parent 26fe66b141
commit 804599fe98

View File

@ -1,6 +1,6 @@
#lang info
(define collection 'multi)
(define deps '("base"))
(define deps '("base" "math-lib"))
(define build-deps '("rackunit-lib"))
(define pkg-desc "implementation (no documentation) part of \"data\"")