Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dan Holtby
uwaterloo-racket
Commits
c4eeaa51
Commit
c4eeaa51
authored
Oct 24, 2021
by
Dan Holtby
Browse files
add dependencies from test modules
parent
1a142b2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdp-trace/info.rkt
View file @
c4eeaa51
...
...
@@ -2,7 +2,9 @@
(
define
collection
"htdp-trace"
)
(
define
deps
'
(
"base"
))
(
define
build-deps
'
(
"sandbox-lib"
(
define
build-deps
'
(
"htdp-lib"
"rackunit-lib"
"sandbox-lib"
"scribble-lib"
"racket-doc"
))
(
define
scribblings
'
((
"scribblings/htdp-trace
.
scrbl"
)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment