** more tr deps, stop building on 6.2
This commit is contained in:
parent
8c95bc68dc
commit
da4347c1b8
|
@ -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:
|
||||
|
|
2
info.rkt
2
info.rkt
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user