Skip to content

Commit f758fc6

Browse files
committed
Add langs pkg to dependencies.
1 parent 065f0d8 commit f758fc6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

www/info.rkt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#lang info
22
(define test-omit-paths '("notes/fp/sieve.rkt"
3-
"notes/agreement/example.rkt"
4-
"slides/"))
3+
"notes/agreement/example.rkt"))
4+
(define deps
5+
(list "base" "rackunit"
6+
"git+https://github.com/cmsc430/langs.git?path=#main"))

0 commit comments

Comments
 (0)