Fixed missing build dependency on typed-racket-doc.

This commit is contained in:
Georges Dupéron 2016-04-03 20:57:00 +02:00
parent 0084399e91
commit 7fb9afc3a7
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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}