~ chicken-core (chicken-5) b45349559e572f59b7c1d871812d6d8fc711f47c
commit b45349559e572f59b7c1d871812d6d8fc711f47c
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Mar 8 00:49:17 2017 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Mar 8 00:49:17 2017 +0100
used new module names
diff --git a/chicken-install.scm b/chicken-install.scm
index 9d4a9406..db8c1d89 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -35,8 +35,8 @@
(import (chicken format))
(import (chicken irregex))
(import (chicken tcp))
-(import (chicken ports))
(import (chicken posix))
+(import (chicken port))
(import (chicken io))
(import (chicken time))
(import (chicken pathname))
diff --git a/chicken-status.scm b/chicken-status.scm
index 021d4630..6ebca738 100644
--- a/chicken-status.scm
+++ b/chicken-status.scm
@@ -32,7 +32,7 @@
(chicken foreign)
(chicken format)
(chicken irregex)
- (chicken ports)
+ (chicken port)
(chicken posix)
(chicken pathname)
(chicken pretty-print))
diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm
index f044e85f..6023ed13 100644
--- a/chicken-uninstall.scm
+++ b/chicken-uninstall.scm
@@ -34,7 +34,7 @@
(chicken io)
(chicken format)
(chicken irregex)
- (chicken ports)
+ (chicken port)
(chicken pathname)
(chicken posix))
diff --git a/csc.scm b/csc.scm
index a2671450..2a5c2d4c 100644
--- a/csc.scm
+++ b/csc.scm
@@ -33,9 +33,8 @@
chicken.data-structures
chicken.foreign
chicken.format
+ chicken.process
chicken.pathname
- chicken.utils
- chicken.ports
chicken.io)
(include "egg-environment.scm")
Trap