From 7fb9afc3a78d91758fc9cc89cdb5eca60694ea98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 3 Apr 2016 20:57:00 +0200 Subject: [PATCH] Fixed missing build dependency on typed-racket-doc. --- info.rkt | 2 +- scribblings/repltest.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index 355d4b6..724a386 100644 --- 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 index 1cea0e4..b659ffd 100644 --- 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}