Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / OpParams.hs @ 22381768

History | View | Annotate | Download (4.8 kB)

# Date Author Comment
92f51573 11/20/2012 11:16 am Iustin Pop

Split OpCode.hs and add module for opcode parameters

Due to TemplateHaskell stage restrictions, we can't define parameters
in the same module as we're using them for TH, so we have to define
all module parameters in a separate module.

This patch therefore splits OpCodes.hs in two, adding that module and...