[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:03:19 UTC 2010


The following commit has been merged in the master branch:
commit 80317e8bf7a388c7ac9e6ddc157e8d027a87783c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Oct 10 18:42:28 2005 +0100

    Converted BlockIO name for MissingH

diff --git a/MissingH/IO/BlockIO.hs b/MissingH/IO/BlockIO.hs
index cd3230f..314de61 100644
--- a/MissingH/IO/BlockIO.hs
+++ b/MissingH/IO/BlockIO.hs
@@ -1,6 +1,6 @@
 {-# OPTIONS -fglasgow-exts #-}
 {- |
-   Module      :  System.IO.Driver
+   Module      :  MissingH.IO.BlockIO
    Copyright   :  (c) 2005-02-10 by Peter Simons
    License     :  GPL2
 
@@ -14,7 +14,7 @@
    But it does it /fast/.
 -}
 
-module System.IO.Driver where
+module MissingH.IO.BlockIO where
 
 import Prelude hiding ( catch, rem )
 import Control.Exception

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list