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>
Showing
- htest/Test/Ganeti/HTools/CLI.hs 3 additions, 2 deletionshtest/Test/Ganeti/HTools/CLI.hs
- htest/Test/Ganeti/HTools/Cluster.hs 29 additions, 28 deletionshtest/Test/Ganeti/HTools/Cluster.hs
- htest/Test/Ganeti/HTools/Instance.hs 11 additions, 12 deletionshtest/Test/Ganeti/HTools/Instance.hs
- htest/Test/Ganeti/HTools/Loader.hs 2 additions, 3 deletionshtest/Test/Ganeti/HTools/Loader.hs
- htest/Test/Ganeti/HTools/Simu.hs 4 additions, 3 deletionshtest/Test/Ganeti/HTools/Simu.hs
- htest/Test/Ganeti/HTools/Text.hs 18 additions, 17 deletionshtest/Test/Ganeti/HTools/Text.hs
- htest/Test/Ganeti/HTools/Types.hs 9 additions, 8 deletionshtest/Test/Ganeti/HTools/Types.hs
- htest/Test/Ganeti/Utils.hs 14 additions, 12 deletionshtest/Test/Ganeti/Utils.hs
- htools/Ganeti/HTools/Cluster.hs 1 addition, 0 deletionshtools/Ganeti/HTools/Cluster.hs
- htools/Ganeti/HTools/ExtLoader.hs 1 addition, 0 deletionshtools/Ganeti/HTools/ExtLoader.hs
- htools/Ganeti/HTools/IAlloc.hs 1 addition, 0 deletionshtools/Ganeti/HTools/IAlloc.hs
- htools/Ganeti/HTools/Instance.hs 9 additions, 8 deletionshtools/Ganeti/HTools/Instance.hs
- htools/Ganeti/HTools/Luxi.hs 1 addition, 0 deletionshtools/Ganeti/HTools/Luxi.hs
- htools/Ganeti/HTools/Program/Hbal.hs 1 addition, 0 deletionshtools/Ganeti/HTools/Program/Hbal.hs
- htools/Ganeti/HTools/Program/Hscan.hs 1 addition, 1 deletionhtools/Ganeti/HTools/Program/Hscan.hs
- htools/Ganeti/HTools/Program/Hspace.hs 1 addition, 0 deletionshtools/Ganeti/HTools/Program/Hspace.hs
- htools/Ganeti/HTools/Rapi.hs 1 addition, 0 deletionshtools/Ganeti/HTools/Rapi.hs
- htools/Ganeti/HTools/Simu.hs 1 addition, 0 deletionshtools/Ganeti/HTools/Simu.hs
- htools/Ganeti/HTools/Text.hs 1 addition, 0 deletionshtools/Ganeti/HTools/Text.hs
- htools/Ganeti/HTools/Types.hs 0 additions, 5 deletionshtools/Ganeti/HTools/Types.hs
Loading
Please register or sign in to comment