commit 7fb9afc3a78d91758fc9cc89cdb5eca60694ea98
parent 0084399e91c75ff84fb2afcda5d31dce02d10a13
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Sun, 3 Apr 2016 20:57:00 +0200
Fixed missing build dependency on typed-racket-doc.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/info.rkt b/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")
diff --git a/scribblings/repltest.scrbl b/scribblings/repltest.scrbl
@@ -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}