cpphs 1.20.2 → 1.20.3
raw patch · 4 files changed
+14/−6 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Language/Preprocessor/Cpphs/ReadFirst.hs +1/−0
- cpphs.cabal +2/−2
- cpphs.hs +1/−1
- docs/index.html +10/−3
Language/Preprocessor/Cpphs/ReadFirst.hs view
@@ -38,6 +38,7 @@ readFirst name demand path warn = case name of+ nm@(c:':':_) -> try nm [""] -- Windows absolute path '/':nm -> try nm [""] _ -> try name (cons dd (".":path)) where
cpphs.cabal view
@@ -1,6 +1,6 @@ Name: cpphs-Version: 1.20.2-Copyright: 2004-2016, Malcolm Wallace+Version: 1.20.3+Copyright: 2004-2017, Malcolm Wallace License: LGPL License-File: LICENCE-LGPL Cabal-Version: >= 1.6
cpphs.hs view
@@ -21,7 +21,7 @@ import Data.List ( isPrefixOf ) version :: String-version = "1.20.2"+version = "1.20.3" main :: IO () main = do
docs/index.html view
@@ -198,11 +198,11 @@ <b>Current stable version:</b> <p>-cpphs-1.20.2, release date 2016-09-05<br>+cpphs-1.20.3, release date 2017-02-06<br> By HTTP: <a href="http://hackage.haskell.org/package/cpphs">Hackage</a>. <ul>-<li> (1.20.2) ensure all input/output is UTF8, regardless of locale+<li> (1.20.3) detect an absolute windows path with a drive letter in a #include </ul> <p>@@ -226,13 +226,20 @@ <b>Older versions:</b> <p>+cpphs-1.20.2, release date 2016-09-05<br>+By HTTP:+<a href="http://hackage.haskell.org/package/cpphs">Hackage</a>.+<ul>+<li> (1.20.2) ensure all input/output is UTF8, regardless of locale+</ul>++<p> cpphs-1.20, release date 2016-03-04<br> By HTTP: <a href="http://hackage.haskell.org/package/cpphs">Hackage</a>. <ul> <li> bugfix for #if defined(FOO) && FOO(a,b) <li> (1.20.1) fix version number-<li> (1.20.2) ensure all input/output is UTF8, regardless of locale </ul> <p>