[Bump version to 1.10 and update docs. Malcolm.Wallace@cs.york.ac.uk**20100130171103] { hunk ./CHANGELOG 1 +Version 1.10 +----------- + * New command-line option: "--linepragma" + It converts #line droppings into {-# LINE #-}. + hunk ./Makefile 2 -VERSION = 1.9 +VERSION = 1.10 hunk ./Makefile.nhc98 6 -VERSION = 1.9 +VERSION = 1.10 hunk ./README 19 - --pragma | --text | --hashes | --layout | --unlit ]* + --pragma | --text | --hashes | --layout | --unlit | + --linepragma ]* hunk ./README 33 -Copyright (c) 2004-2009 Malcolm Wallace (Malcolm.Wallace@cs.york.ac.uk) +Copyright (c) 2004-2010 Malcolm Wallace (Malcolm.Wallace@cs.york.ac.uk) hunk ./cpphs.cabal 2 -Version: 1.9 -Copyright: 2004-2009, Malcolm Wallace +Version: 1.10 +Copyright: 2004-2010, Malcolm Wallace hunk ./cpphs.hs 22 -version = "1.9" +version = "1.10" hunk ./docs/index.html 104 -the final output, use the --noline option. +the final output, use the --noline option, or if you would +prefer them in {-# LINE #-} Haskell pragma format, use the +--linepragma option. hunk ./docs/index.html 119 - [--nomacro] [--noline] [--nowarn] [--pragma] + [--nomacro] [--noline] [--linepragma] [--nowarn] [--pragma] hunk ./docs/index.html 157 +
+cpphs-1.9, release date 2009.09.07
+By HTTP:
+.tar.gz,
+.zip.
+
Copyright: © 2004-2009 Malcolm Wallace, +
Copyright: © 2004-2010 Malcolm Wallace, }