From: Richard W.M. Jones Date: Fri, 18 Mar 2011 11:19:31 +0000 (+0000) Subject: haskell: Small fixes for ghc 7. X-Git-Tag: 1.9.12~8 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=502a98948c1bade2969758aff3db09869481105a;hp=e34fc32092e18b38282306558dcef66263a0fb10 haskell: Small fixes for ghc 7. --- diff --git a/generator/generator_haskell.ml b/generator/generator_haskell.ml index 88e4f7f..29b260f 100644 --- a/generator/generator_haskell.ml +++ b/generator/generator_haskell.ml @@ -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 diff --git a/haskell/Guestfs010Basic.hs b/haskell/Guestfs010Basic.hs index 6454d69..f59465b 100644 --- a/haskell/Guestfs010Basic.hs +++ b/haskell/Guestfs010Basic.hs @@ -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