Move src/Ganeti/HTools/Program.hs to Program/Main.hs
authorIustin Pop <iustin@google.com>
Thu, 27 Dec 2012 14:06:11 +0000 (15:06 +0100)
committerIustin Pop <iustin@google.com>
Fri, 28 Dec 2012 15:50:33 +0000 (16:50 +0100)
commit2fd5a1165d54daeb81b623d0b743218188af39e7
treedb2b0e6c7b9688e6537e8465beae7730e0f74135
parent208b02e3b3ad974e0b4ea83a19f72491eeb02e24
Move src/Ganeti/HTools/Program.hs to Program/Main.hs

This removes one more tab conflict; this is the last module in our
code where we have both x.hs and x/.

Furthermore, we collapse all actual code into the new Main.hs module,
leaving the htools.hs basically empty (will allow better testing in
the future).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Makefile.am
src/Ganeti/HTools/Program/Main.hs [moved from src/Ganeti/HTools/Program.hs with 70% similarity]
src/htools.hs
test/hs/Test/Ganeti/HTools/CLI.hs