add update-implies to package "info.rkt"s

original commit: eb9cbe20bf7b4ebc1eee63e2ca079ae566ff8c05
This commit is contained in:
Matthew Flatt 2014-08-14 16:26:09 +01:00
parent 1046d1ad10
commit 1c1936827d
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"errortrace-doc"
"errortrace-lib"
"racket-doc"))
(define update-implies '("profile-lib"))
(define pkg-desc "documentation part of \"profile\"")

View File

@ -5,6 +5,7 @@
(define build-deps '("base"
"eli-tester"
"profile-lib"))
(define update-implies '("profile-lib"))
(define pkg-desc "tests for \"profile\"")