Statistics
| Branch: | Tag: | Revision:

root / htest / Test / Ganeti / Types.hs @ 469a1490

History | View | Annotate | Download (1.6 kB)

# Date Author Comment
5e9deac0 11/20/2012 11:16 am Iustin Pop

Create a new Ganeti/Types.hs module

There are already three cases where we copied type definitions between
the htools-specific types into the main ganeti code. Let's stop doing
this ☺ and create a common types module that holds these.

Note that there already exists BasicTypes.hs, but that refers to very...