unstable/syntax -> syntax/location

This commit is contained in:
Vincent St-Amour 2015-07-31 17:11:59 -05:00
parent 5b986d7d38
commit 11a8a3e1d9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
(define collection 'multi)
(define deps '(("base" #:version "6.2.900.4")
(define deps '(("base" #:version "6.2.900.6")
"pconvert-lib"
"unstable-contract-lib"
"source-syntax"

View File

@ -1,7 +1,7 @@
#lang racket/base
(require racket/string
unstable/syntax racket/logging syntax/parse
syntax/location racket/logging syntax/parse
data/queue
"../utils/tc-utils.rkt")