htools: split parts of HTools/Types.hs into BasicTypes.hs
authorIustin Pop <iustin@google.com>
Mon, 21 Nov 2011 11:44:30 +0000 (12:44 +0100)
committerIustin Pop <iustin@google.com>
Fri, 13 Jan 2012 13:15:56 +0000 (14:15 +0100)
commit0c37d1e4053ee8f3465eb9fca962128253f18178
treef58805ee906bcde3d86c5bc7996d8df4c0348d55
parent50761ebd2d83899546825693b8537b3bad48f7a9
htools: split parts of HTools/Types.hs into BasicTypes.hs

The 'Result' type is common and:

- might be used outside of HTools-specific code too
- is better split as we need these basic types for building the more
  complex ones in Types.hs

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
Makefile.am
htools/Ganeti/BasicTypes.hs [new file with mode: 0644]
htools/Ganeti/HTools/Types.hs