We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f1113 commit 5b2509eCopy full SHA for 5b2509e
compatibility-doc/info.rkt
@@ -14,7 +14,8 @@
14
(define pkg-authors '(eli mflatt robby samth))
15
(define build-deps '("data-doc"
16
"mzscheme-doc"
17
- "scheme-lib"))
+ "scheme-lib"
18
+ "scheme-doc"))
19
(define update-implies '("compatibility-lib"))
20
21
(define license
compatibility-doc/mzlib/scribblings/mzlib.scrbl
@@ -7,7 +7,7 @@ The @filepath{mzlib} collection contains wrappers and libraries for
7
compatibility with older versions of Racket. In many ways, the
8
libraries of the @filepath{mzlib} collection go with the
9
@racketmodname[mzscheme] legacy language. Newer variants of many
10
-libraries reside in the @filepath{scheme} collection.
+libraries reside in the @filepath{racket} collection.
11
12
@table-of-contents[]
13
0 commit comments