[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 +--linepragma + convert #line droppings into {-# LINE #-} format hunk ./docs/index.html 201 -cpphs-1.9, release date 2009.09.07
+cpphs-1.10, release date 2010.01.30
hunk ./docs/index.html 203 -.tar.gz, -.zip. -Fedora package, -Gentoo package, -FreeBSD port, -OpenBSD port. +.tar.gz, +.zip, +Hackage. hunk ./docs/index.html 207 -
  • Bugfix for #undef. +
  • New command-line flag: --linepragma hunk ./docs/index.html 230 +

    +cpphs-1.9, release date 2009.09.07
    +By HTTP: +.tar.gz, +.zip. +

    + hunk ./docs/index.html 568 -

    Copyright: © 2004-2009 Malcolm Wallace, +

    Copyright: © 2004-2010 Malcolm Wallace, }