Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelballantyne committed Sep 12, 2024
2 parents c987a2e + 6100886 commit 4ed1e6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"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-v2")))

(define compile-omit-paths '("design" "demos"))
(define test-omit-paths '("design" "demos"))

0 comments on commit 4ed1e6d

Please sign in to comment.