mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
core modules use (ice-9 binary-ports) instead of (rnrs io ports)
* module/language/assembly/compile-bytecode.scm: * module/language/elisp/lexer.scm: * module/web/request.scm: * module/web/response.scm: * module/web/server.scm: * module/web/uri.scm: Use ice-9 binary-ports.
This commit is contained in:
parent
dd0d987fbd
commit
6854c32480
6 changed files with 10 additions and 6 deletions
|
@ -75,7 +75,7 @@
|
|||
(define-module (web server)
|
||||
#:use-module (srfi srfi-9)
|
||||
#:use-module (rnrs bytevectors)
|
||||
#:use-module (rnrs io ports)
|
||||
#:use-module (ice-9 binary-ports)
|
||||
#:use-module (web request)
|
||||
#:use-module (web response)
|
||||
#:use-module (system repl error-handling)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue