[bump to 1.18.3
Malcolm.Wallace@me.com**20140303143726
Ignore-this: 6b33282c0812e2e48742aef5369f664d
] {
hunk ./CHANGELOG 7
+ * (1.18.3): further rewrites of the #if expression parser
hunk ./Makefile 2
-VERSION = 1.18.2
+VERSION = 1.18.3
hunk ./Makefile 18
- Text/ParserCombinators/HuttonMeijer.hs \
hunk ./Makefile.nhc98 6
-VERSION = 1.18.2
+VERSION = 1.18.3
hunk ./Makefile.nhc98 19
- Text/ParserCombinators/HuttonMeijer.hs \
hunk ./Makefile.nhc98 40
-HEAP = -H4M -package base -package directory
+HEAP = -H4M -package base -package directory -package polyparse
hunk ./Makefile.nhc98 43
-HFLAGS += $(shell ${LOCAL}fixghc ${GHCSYM} -package base)
+HFLAGS += $(shell ${LOCAL}fixghc ${GHCSYM} -package base -package polyparse)
hunk ./Makefile.nhc98 59
- $(LOCAL)nhc98 -H8M -o $(TARGET) $(OBJS) -package base -package directory
+ $(LOCAL)nhc98 -H8M -o $(TARGET) $(OBJS) -package base -package directory -package polyparse
hunk ./Makefile.nhc98 105
- $(HC) $(HFLAGS) -C -package directory -package old-locale -package old-time $<
+ $(HC) $(HFLAGS) -C -package directory -package old-locale -package old-time -package polyparse $<
hunk ./Makefile.nhc98 134
-${OBJDIR}/Text/ParserCombinators/HuttonMeijer.o:
hunk ./Makefile.nhc98 137
- ${OBJDIR}/Text/ParserCombinators/HuttonMeijer.o \
hunk ./Makefile.nhc98 173
-Text/ParserCombinators/HuttonMeijer.hc:
hunk ./Makefile.nhc98 176
- Text/ParserCombinators/HuttonMeijer.hc \
hunk ./cpphs.cabal 2
-Version: 1.18.2
+Version: 1.18.3
hunk ./cpphs.cabal 26
- Build-Depends: base>3&&<6, old-locale, old-time, directory
+ Build-Depends: base>3&&<6, old-locale, old-time, directory, polyparse>=1.9
hunk ./cpphs.cabal 40
- Text.ParserCombinators.HuttonMeijer
hunk ./cpphs.cabal 56
- Text.ParserCombinators.HuttonMeijer
hunk ./cpphs.hs 23
-version = "1.18.1"
+version = "1.18.3"
hunk ./docs/index.html 201
-cpphs-1.18.2, release date 2014.02.24
+cpphs-1.18.3, release date 2014.03.03
hunk ./docs/index.html 205
-
+cpphs-1.18.2, release date 2014.02.24
+By HTTP:
+Hackage.
+