haskell: Small fixes for ghc 7.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 18 Mar 2011 11:19:31 +0000 (11:19 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 21 Mar 2011 11:31:15 +0000 (11:31 +0000)
(cherry picked from commit 502a98948c1bade2969758aff3db09869481105a)

generator/generator_haskell.ml
haskell/Guestfs010Basic.hs

index 88e4f7f..29b260f 100644 (file)
@@ -74,7 +74,7 @@ import Prelude hiding (truncate)
 import Foreign
 import Foreign.C
 import Foreign.C.Types
-import IO
+import System.IO
 import Control.Exception
 import Data.Typeable
 
index 6454d69..f59465b 100644 (file)
@@ -1,5 +1,5 @@
 {- libguestfs Haskell bindings
-   Copyright (C) 2009-2010 Red Hat Inc.
+   Copyright (C) 2009-2011 Red Hat Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by