all parser combinators now from HaXml
authorMalcolm.Wallace@cs.york.ac.uk
local dateFri, 14 Oct 2005 16:20:26
dateFri, 14 Oct 2005 15:20:26
hash20051014152026-6871e-b80a231b747f9f4475743de7d1fa7c6d2eefce7a
all parser combinators now from HaXml

Move from using several different sets of parser combinators to
exclusively use only those in HaXml-1.14. Ditch class Read for Palettes,
and now use class Parse from module Text.ParserCombinators.TextParser.
Ditch class Haskell2XmlNew, and now go with class XmlContent.
14 file(s) changed:
Makefile +2 -10
src/Colors.hs +6 -0
src/ContextMenu.hs +1 -1
src/FPTC/Expressions.hs +27 -18
src/FPTC/FaultSpec.hs +21 -47
src/GUIEvents.hs +1 -1
src/InfoKind.hs +3 -4
src/Math.hs +6 -0
src/NetworkControl.hs +13 -13
src/NetworkFile.hs +72 -74
src/NetworkUI.hs +12 -11
src/Palette.hs +4 -0
src/Parse.hs [removed]
src/Shape.hs +37 -1