Fix hlint-generated warnings
authorIustin Pop <iustin@google.com>
Mon, 6 Jul 2009 20:50:18 +0000 (22:50 +0200)
committerIustin Pop <iustin@google.com>
Mon, 6 Jul 2009 20:50:18 +0000 (22:50 +0200)
commit9f6dcdeab5e95b5a07fd90a206761b2873eb970a
treee198f01a289ce8c4438c256f27953ead5c8f96ba
parent44763b519ffda6e7ddb35b9d7c0b823fd7f9ccec
Fix hlint-generated warnings

This big patch cleans up the code per hlint indications. Many removals
of extra parentheses, replacements of concat . map with concabtMap,
extra dollar signs, eta reductions, etc. were performed.

The code still compiles and passes a couple of manual tests on sample
files. The individual changes are also small enough as to be visually
easy to confirm.
15 files changed:
Ganeti/HTools/CLI.hs
Ganeti/HTools/Cluster.hs
Ganeti/HTools/Container.hs
Ganeti/HTools/IAlloc.hs
Ganeti/HTools/Loader.hs
Ganeti/HTools/Node.hs
Ganeti/HTools/PeerMap.hs
Ganeti/HTools/QC.hs
Ganeti/HTools/Rapi.hs
Ganeti/HTools/Text.hs
Ganeti/HTools/Utils.hs
hail.hs
hbal.hs
hscan.hs
hspace.hs