Skip to content

Commit

Permalink
add typed-racket-lib dep for tests / exs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelballantyne committed Sep 12, 2024
1 parent 5cebc13 commit 6100886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version-case"
"syntax-classes-lib"
"rackunit-lib"))
(define build-deps '("racket-doc" "scribble-lib" "drracket"))
(define build-deps '("racket-doc" "scribble-lib" "drracket" "typed-racket-lib"))
(define scribblings '(("scribblings/main.scrbl" (multi-page) (experimental) "syntax-spec")))
(define compile-omit-paths '("design" "demos"))
(define test-omit-paths '("design" "demos"))

0 comments on commit 6100886

Please sign in to comment.