Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / HTools / Program / Main.hs @ 241cea1e

History | View | Annotate | Download (4.1 kB)

# Date Author Comment
2fd5a116 12/28/2012 05:50 pm Iustin Pop

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...