typed-racket/typed-racket-more/info.rkt
Jack Firth e19b53fd9f Remove typed/rackunit references to check-around (#568)
* Remove typed/rackunit references to check-around

This is an internal implementation detail of rackunit. The `current-check-around` parameter is set to `check-around` by default, so there's no need to explicitly set it in test-begin.

* Bump version

* Remove check-around from type environment
2017-07-01 23:44:05 +01:00

26 lines
559 B
Racket

#lang info
(define collection 'multi)
(define deps '("srfi-lite-lib"
"base"
"net-lib"
"web-server-lib"
"db-lib"
"draw-lib"
"rackunit-lib"
"rackunit-gui"
"snip-lib"
"typed-racket-lib"
"gui-lib"
"pict-lib"
"images-lib"
"racket-index"
"sandbox-lib"))
(define pkg-desc "Types for various libraries")
(define pkg-authors '(samth stamourv))
(define version "1.9")