Switch to typeless marketplace branch

This commit is contained in:
Tony Garnock-Jones 2014-08-06 21:25:41 -07:00
parent 44f005f077
commit 832d95afe4
1 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@
;;; along with marketplace-ssh. If not, see
;;; <http://www.gnu.org/licenses/>.
(require marketplace/sugar-untyped)
(require marketplace/sugar)
(require marketplace/drivers/tcp)
(require marketplace/drivers/timer-untyped)
(require marketplace/drivers/timer)
(require marketplace/drivers/event-relay)
(provide (all-from-out marketplace/sugar-untyped))
(provide (all-from-out marketplace/sugar))
(provide (all-from-out marketplace/drivers/tcp))
(provide (all-from-out marketplace/drivers/timer-untyped))
(provide (all-from-out marketplace/drivers/timer))
(provide (all-from-out marketplace/drivers/event-relay))