htools: adjust imports for newer compilers
While testing with ghc 7.2, I saw that some imports we are using are very old (from ghc 6.8 time), even though current libraries are using different names. We fix this and bump minimum documented version to ghc 6.12, as I don't have 6.10 to test anymore (possibly still works with that version, but better safe - both Ubuntu Lucid and Debian Squeeze ship with 6.12 nowadays). Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
Showing
- INSTALL 1 addition, 1 deletionINSTALL
- htools/Ganeti/HTools/CLI.hs 1 addition, 1 deletionhtools/Ganeti/HTools/CLI.hs
- htools/Ganeti/HTools/ExtLoader.hs 1 addition, 1 deletionhtools/Ganeti/HTools/ExtLoader.hs
- htools/Ganeti/HTools/IAlloc.hs 1 addition, 1 deletionhtools/Ganeti/HTools/IAlloc.hs
- htools/Ganeti/HTools/Program/Hail.hs 2 additions, 2 deletionshtools/Ganeti/HTools/Program/Hail.hs
- htools/Ganeti/HTools/Program/Hbal.hs 3 additions, 3 deletionshtools/Ganeti/HTools/Program/Hbal.hs
- htools/Ganeti/HTools/Program/Hscan.hs 3 additions, 3 deletionshtools/Ganeti/HTools/Program/Hscan.hs
- htools/Ganeti/HTools/Program/Hspace.hs 3 additions, 3 deletionshtools/Ganeti/HTools/Program/Hspace.hs
- htools/htools.hs 2 additions, 1 deletionhtools/htools.hs
- htools/test.hs 4 additions, 4 deletionshtools/test.hs
Loading
Please register or sign in to comment