Fix shadowing of library function
authorMichele Tartara <mtartara@google.com>
Mon, 3 Jun 2013 16:43:13 +0000 (12:43 -0400)
committerMichele Tartara <mtartara@google.com>
Tue, 4 Jun 2013 13:22:14 +0000 (09:22 -0400)
commit92070017864e42919012467d61af361edc92a969
tree33a88c0aa22c37d2d21111d5a2446aa4b070cfb7
parent08fa3f09a931b0f2a81b8dfce0d5187de6def281
Fix shadowing of library function

The "reads" field shadows a library function from Prelude. This commit
fixes the problem.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
doc/design-monitoring-agent.rst
src/Ganeti/Block/Diskstats/Types.hs
test/hs/Test/Ganeti/Block/Diskstats/Parser.hs