** more tr deps, stop building on 6.2

This commit is contained in:
ben 2015-12-14 05:48:33 -05:00
parent 8c95bc68dc
commit da4347c1b8
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@ env:
global:
- RACKET_DIR=~/racket
matrix:
- RACKET_VERSION=6.2
- RACKET_VERSION=6.2.1
- RACKET_VERSION=6.3
- RACKET_VERSION=HEAD
before_install:

View File

@ -1,7 +1,7 @@
#lang info
(define collection 'use-pkg-name)
(define deps '("base" "typed-racket-lib"))
(define deps '("base" "typed-racket-lib" "typed-racket-more"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define pkg-desc "Strongly-typed macros")
(define version "0.1")