Fixed missing build dependency on typed-racket-doc.
This commit is contained in:
parent
0084399e91
commit
7fb9afc3a7
2
info.rkt
2
info.rkt
|
@ -4,7 +4,7 @@
|
|||
"rackunit-lib"
|
||||
"typed-racket-lib"
|
||||
"debug"))
|
||||
(define build-deps '("scribble-lib" "racket-doc"))
|
||||
(define build-deps '("scribble-lib" "racket-doc" "typed-racket-doc"))
|
||||
(define scribblings '(("scribblings/repltest.scrbl" ())))
|
||||
(define pkg-desc "Copy-paste your REPL interactions, and have them run as tests")
|
||||
(define version "0.1")
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
scriblib/footnote]
|
||||
|
||||
@title{REPL test: copy-paste REPL interactions to define tests}
|
||||
@author{georges}
|
||||
@author{Georges Dupéron}
|
||||
|
||||
Source code: @url{https://github.com/jsmaniac/repltest}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user