typed-racket/typed-racket-more/info.rkt
Jack Firth b7a55aa9ba Bump version
If `rackunit/private/monad` is removed, this package will break. Bumping the version allows users to update to the version of `typed-racket-more` that doesn't depend on `rackunit/private/monad`.
2017-06-27 07:20:17 -04: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.8")