2004-03-10 11:12:09 -05:00
|
|
|
(define-package "exceptions"
|
|
|
|
(0 1)
|
|
|
|
()
|
|
|
|
(install-file "load.scm" 'base)
|
2004-03-10 12:25:20 -05:00
|
|
|
(install-file "NEWS" 'doc)
|
2004-03-10 11:12:09 -05:00
|
|
|
(install-string (COPYING) "COPYING" 'doc)
|
|
|
|
(install-file "restart.scm" 'scheme)
|
|
|
|
(install-file "srfi-34.scm" 'scheme)
|
|
|
|
(install-file "srfi-35.scm" 'scheme))
|