Cleanup HTools.Types/BasicTypes imports
authorIustin Pop <iustin@google.com>
Sun, 7 Oct 2012 18:46:28 +0000 (20:46 +0200)
committerIustin Pop <iustin@google.com>
Mon, 15 Oct 2012 16:56:28 +0000 (18:56 +0200)
commit01e524934eae5ae964c51a19ff2a1a1011f5e51a
tree2b9849aab9445dc270410da90bd6ffd4b620a5c5
parent300e545069334c1e952c445700e60c51299976cc
Cleanup HTools.Types/BasicTypes imports

Before we reorganised the source tree, the 'Result' type was exported
from HTools/Types.hs. This changed during the reorg, but at that time
we didn't change the exports; instead, we kept re-exporting it from
the old module for compatibility.

In light of future changes to the Result type, let's stop this
re-export and cleanup the imports of the other modules.

One test is slightly rewritten with explicit types declaration (part
of the values already needed one, let's make it explicit).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
20 files changed:
htest/Test/Ganeti/HTools/CLI.hs
htest/Test/Ganeti/HTools/Cluster.hs
htest/Test/Ganeti/HTools/Instance.hs
htest/Test/Ganeti/HTools/Loader.hs
htest/Test/Ganeti/HTools/Simu.hs
htest/Test/Ganeti/HTools/Text.hs
htest/Test/Ganeti/HTools/Types.hs
htest/Test/Ganeti/Utils.hs
htools/Ganeti/HTools/Cluster.hs
htools/Ganeti/HTools/ExtLoader.hs
htools/Ganeti/HTools/IAlloc.hs
htools/Ganeti/HTools/Instance.hs
htools/Ganeti/HTools/Luxi.hs
htools/Ganeti/HTools/Program/Hbal.hs
htools/Ganeti/HTools/Program/Hscan.hs
htools/Ganeti/HTools/Program/Hspace.hs
htools/Ganeti/HTools/Rapi.hs
htools/Ganeti/HTools/Simu.hs
htools/Ganeti/HTools/Text.hs
htools/Ganeti/HTools/Types.hs