haskell: Small fixes for ghc 7.

This commit is contained in:
Richard W.M. Jones
2011-03-18 11:19:31 +00:00
parent e34fc32092
commit 502a98948c
2 changed files with 2 additions and 2 deletions

View 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

View 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