diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt index 296056b6d1..ea3f8e1e33 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt @@ -13,8 +13,7 @@ "at-exp-lib" "scribble-lib" "typed-racket-lib" - "racket-doc" - "math" "plot")) + "racket-doc")) (define deps '("base")) (define pkg-desc "documentation part of \"typed-racket\"") diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl index 7f03fa7163..6b87aa3b29 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/libraries.scrbl @@ -67,11 +67,13 @@ The following libraries are included with Typed Racket in the @defmodule[typed/rackunit] @defmodule[typed/srfi/14] -Other libraries included in the main distribution that are either -written in Typed Racket or have adapter modules that are typed: +@; FIXME -- once we can reference these without causing a dependency problem -@defmodule[math #:no-declare #:link-target? #f] -@defmodule[plot/typed #:no-declare #:link-target? #f] +@;Other libraries included in the main distribution that are either +@;written in Typed Racket or have adapter modules that are typed: + +@;@defmodule[math #:no-declare #:link-target? #f] +@;@defmodule[plot/typed #:no-declare #:link-target? #f] @section{Porting Untyped Modules to Typed Racket}