split InfoKind class, introduce Parse class
authorMalcolm.Wallace@cs.york.ac.uk
local dateFri, 30 Sep 2005 16:48:29
dateFri, 30 Sep 2005 15:48:29
hash20050930154829-6871e-e4e9e072e50b0be136339a282171a7ffcc9b7ffd
split InfoKind class, introduce Parse class

The InfoKind class was trying to do too much. Split off the parsing bit
into a new class Parse, as a replacement for the Read class where that
was previously used. Should give better error messages.
4 file(s) changed:
Makefile +5 -1
src/InfoKind.hs +24 -17
src/NetworkControl.hs +17 -5
src/Parse.hs [added]