Split part of Utils.hs into JSON.hs
authorIustin Pop <iustin@google.com>
Tue, 20 Sep 2011 14:58:36 +0000 (23:58 +0900)
committerIustin Pop <iustin@google.com>
Mon, 3 Oct 2011 09:16:56 +0000 (11:16 +0200)
commitf047f90fcf50541e492b5613e4394ecae96583fb
tree13520b436a594eaea84a1791cae15e6962859c3d
parent3398bff14c7e92c7a8ffd88b2b9ac63ccd883289
Split part of Utils.hs into JSON.hs

Utils is a bit big, let's split the JSON stuff (not all of it) into a
separate module that doesn't have any other dependencies.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Agata Murawska <agatamurawska@google.com>
Makefile.am
htools/Ganeti/HTools/JSON.hs [new file with mode: 0644]
htools/Ganeti/HTools/Utils.hs