packages feed

cpphs 1.19.1 → 1.19.2

raw patch · 5 files changed

+14/−5 lines, 5 filesdep ~base

Dependency ranges changed: base

Files

CHANGELOG view
@@ -3,6 +3,7 @@   * expose more of the cpphs API   * allow the static linking exception to the LGPL   * (1.19.1): don't warn about trailing comments in #ifdefs+  * (1.19.2): fix build error  Version 1.18 ------------
Language/Preprocessor/Cpphs/CppIfdef.hs view
@@ -29,7 +29,7 @@                                              ,expandMacro) import Language.Preprocessor.Cpphs.MacroPass (preDefine,defineMacro) import Data.Char        (isDigit,isSpace,isAlphaNum)-import Data.List        (intercalate)+import Data.List        (intercalate,isPrefixOf) import Numeric          (readHex,readOct,readDec) import System.IO.Unsafe (unsafeInterleaveIO) import System.IO        (hPutStrLn,stderr)
cpphs.cabal view
@@ -1,5 +1,5 @@ Name: cpphs-Version: 1.19.1+Version: 1.19.2 Copyright: 2004-2015, Malcolm Wallace License: LGPL License-File: LICENCE-LGPL
cpphs.hs view
@@ -20,7 +20,7 @@ import Data.List   ( isPrefixOf )  version :: String-version = "1.19.1"+version = "1.19.2"  main :: IO () main = do
docs/index.html view
@@ -198,11 +198,11 @@ <b>Current stable version:</b>  <p>-cpphs-1.19.1, release date 2015-07-30<br>+cpphs-1.19.2, release date 2015-07-31<br> By HTTP: <a href="http://hackage.haskell.org/package/cpphs">Hackage</a>. <ul>-<li> don't warn about trailing comments in #ifdefs+<li> fix build error </ul>  <p>@@ -224,6 +224,14 @@  <p> <b>Older versions:</b>++<p>+cpphs-1.19.1, release date 2015-07-30<br>+By HTTP:+<a href="http://hackage.haskell.org/package/cpphs">Hackage</a>.+<ul>+<li> don't warn about trailing comments in #ifdefs+</ul>  <p> cpphs-1.19, release date 2015-03-30<br>