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