From a05d9a5df8ed76990eef2b9c17467db801472587 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 22 Feb 2011 22:21:30 +0100 Subject: use ice-9 binary-ports * tekuti/git.scm: * tekuti/request.scm: Use ice-9 binary-ports instead of (rnrs io ports). --- tekuti/git.scm | 4 ++-- tekuti/request.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tekuti/git.scm b/tekuti/git.scm index b505345..d2aecb4 100644 --- a/tekuti/git.scm +++ b/tekuti/git.scm @@ -1,5 +1,5 @@ ;; Tekuti -;; Copyright (C) 2008, 2010 Andy Wingo +;; Copyright (C) 2008, 2010, 2011 Andy Wingo ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -31,7 +31,7 @@ #:use-module (tekuti config) #:use-module (tekuti match-bind) #:use-module (rnrs bytevectors) - #:use-module (rnrs io ports) + #:use-module (ice-9 binary-ports) #:use-module ((srfi srfi-1) #:select (filter-map partition delete-duplicates)) #:use-module (srfi srfi-34) diff --git a/tekuti/request.scm b/tekuti/request.scm index 1a84e34..0eaa7d8 100644 --- a/tekuti/request.scm +++ b/tekuti/request.scm @@ -1,5 +1,5 @@ ;; Tekuti -;; Copyright (C) 2008, 2010 Andy Wingo +;; Copyright (C) 2008, 2010, 2011 Andy Wingo ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -31,7 +31,7 @@ #:use-module (web uri) #:use-module (web request) #:use-module (rnrs bytevectors) - #:use-module (rnrs io ports) + #:use-module (ice-9 binary-ports) #:use-module (ice-9 rdelim) #:use-module (tekuti config) #:use-module (tekuti base64) -- cgit v1.2.3-54-g00ecf