syntax/parse: fix dependencies of experimental modules
This commit is contained in:
parent
36b1a63783
commit
3bde72ffb0
|
@ -1,6 +1,5 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require "../private/sc.rkt"
|
(require syntax/parse/pre
|
||||||
"../private/lib.rkt"
|
|
||||||
"provide.rkt"
|
"provide.rkt"
|
||||||
unstable/wrapc
|
unstable/wrapc
|
||||||
(only-in syntax/parse/private/residual ;; keep abs. path
|
(only-in syntax/parse/private/residual ;; keep abs. path
|
||||||
|
|
|
@ -5,9 +5,8 @@
|
||||||
(for-syntax racket/base
|
(for-syntax racket/base
|
||||||
racket/syntax
|
racket/syntax
|
||||||
"../private/minimatch.rkt"
|
"../private/minimatch.rkt"
|
||||||
"../private/sc.rkt"
|
syntax/parse/pre
|
||||||
"../private/lib.rkt"
|
syntax/parse/private/residual-ct ;; keep abs. path
|
||||||
"../private/rep-data.rkt"
|
|
||||||
"../private/kws.rkt"
|
"../private/kws.rkt"
|
||||||
unstable/wrapc))
|
unstable/wrapc))
|
||||||
(provide provide-syntax-class/contract
|
(provide provide-syntax-class/contract
|
||||||
|
|
Loading…
Reference in New Issue
Block a user