Move Haskell constants to proper module
authorJose A. Lopes <jabolopes@google.com>
Fri, 8 Nov 2013 09:07:04 +0000 (10:07 +0100)
committerJose A. Lopes <jabolopes@google.com>
Fri, 8 Nov 2013 17:00:20 +0000 (18:00 +0100)
commite1235448f66c38c1c3f69739784719f8bf4c05a4
treef6ef2839f3916bca18ec0a3471b7a721fbbc571f
parent74e15780113528c9f0b12d1c973a87b9f49fa3ad
Move Haskell constants to proper module

Move Haskell constants from module 'Ganeti.HsConstants', which was a
transitional module part of the Haskell to Python constant generation
infrastructure, to module 'Ganeti.Constants'.

Signed-off-by: Jose A. Lopes <jabolopes@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
Makefile.am
NEWS
src/Ganeti/ConstantUtils.hs
src/Ganeti/Constants.hs
src/Ganeti/Hs2Py/ListConstants.hs.in
src/Ganeti/HsConstants.hs [deleted file]
src/Ganeti/Types.hs