hscolour 1.10 → 1.10.1
raw patch · 5 files changed
+8/−7 lines, 5 files
Files
- HsColour.hs +1/−1
- Makefile +1/−1
- README +1/−1
- hscolour.cabal +2/−2
- index.html +3/−2
HsColour.hs view
@@ -8,7 +8,7 @@ import Monad (when) import List (intersperse) -version = "1.9"+version = "1.10.1" -- | Command-line options data Option =
Makefile view
@@ -1,5 +1,5 @@ LIBRARY = hscolour-VERSION = 1.10+VERSION = 1.10.1 DIRS = Language/Haskell/HsColour
README view
@@ -1,6 +1,6 @@ HsColour: A Haskell source-code colouriser. --------------------------------------------Copyright: 2003-2007, Malcolm Wallace, University of York+Copyright: 2003-2008, Malcolm Wallace, University of York Licence: GPL Building:
hscolour.cabal view
@@ -1,6 +1,6 @@ Name: hscolour-Version: 1.10-Copyright: Malcolm Wallace, University of York, 2003-2007, Bjorn Bringert 2006+Version: 1.10.1+Copyright: Malcolm Wallace, University of York, 2003-2008, Bjorn Bringert 2006 Maintainer: Malcolm Wallace Author: Malcolm Wallace Homepage: http://www.cs.york.ac.uk/fp/darcs/hscolour/
index.html view
@@ -39,7 +39,7 @@ <tt>darcs get http://www.cs.york.ac.uk/fp/darcs/hscolour</tt> <li> Sources and history are browsable on-line through <a href="http://www.cs.york.ac.uk/fp/darcs/">darcsweb</a>.-<li> A Windows binary is available at+<li> An older Windows binary is available at <a href="ftp://ftp.cs.york.ac.uk/pub/haskell/contrib/hscolour-1.3-win.zip"> ftp://ftp.cs.york.ac.uk/pub/haskell/contrib/hscolour-1.3-win.zip</a> </ul>@@ -187,6 +187,7 @@ <h2>History</h2> <p> <dl>+<dt>1.10.1</dt><dd> reports the correct version with the --version flag <dt>1.10</dt><dd> the title of HTML output is now the filename</dd> <dt>1.9</dt><dd> added the -mirc and -lit options, and -print-css</dd> <dt>1.8</dt><dd> added highlights for cpp lines@@ -204,7 +205,7 @@ </dl> <p>-This page last modified: 22nd July 2008<br>+This page last modified: 3rd Sept 2008<br> Malcolm Wallace<br> </td></tr></table>