diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-18 11:19:31 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-18 11:19:31 +0000 |
commit | 502a98948c1bade2969758aff3db09869481105a (patch) | |
tree | 32eb01c50a4a3fcb7dc02e1d86837db44f39f037 /haskell | |
parent | e34fc32092e18b38282306558dcef66263a0fb10 (diff) | |
download | libguestfs-502a98948c1bade2969758aff3db09869481105a.tar.gz libguestfs-502a98948c1bade2969758aff3db09869481105a.tar.xz libguestfs-502a98948c1bade2969758aff3db09869481105a.zip |
haskell: Small fixes for ghc 7.
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/Guestfs010Basic.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/Guestfs010Basic.hs b/haskell/Guestfs010Basic.hs index 6454d69c..f59465bd 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 |