commit e1166931ad40ccf58c59fc121fafd421d6840345
parent 2db061112887eda0ae09e22570fbfdf18440147b
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Sun, 3 Jun 2018 19:38:44 +0200
The tests show an incompatibility with Racket 6.6, drop support for that version
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -8,7 +8,7 @@ env:
- PATH="$RACKET_DIR/bin:$PATH"
matrix:
# RACKET_VERSION is an argument to install-racket.sh
- - RACKET_VERSION=6.6
+ #- RACKET_VERSION=6.6 # tests fail with a typed/racket bug: "make-chaperone-contract::late-neg-projection: contract violation"
- RACKET_VERSION=6.7
- RACKET_VERSION=6.8
- RACKET_VERSION=RELEASE
diff --git a/info.rkt b/info.rkt
@@ -1,6 +1,6 @@
#lang info
(define collection "typed-worklist")
-(define deps '("base"
+(define deps '(("base" "6.6.0.900")
"rackunit-lib"
"type-expander"
"typed-racket-lib"