cpphs 1.20 → 1.20.1
raw patch · 4 files changed
+4/−2 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +1/−0
- cpphs.cabal +1/−1
- cpphs.hs +1/−1
- docs/index.html +1/−0
CHANGELOG view
@@ -1,6 +1,7 @@ Version 1.20 ------------ * bugfixes for #if defined(FOO) && FOO(a,b)+ * (1.20.1): fix version number Version 1.19 ------------
cpphs.cabal view
@@ -1,5 +1,5 @@ Name: cpphs-Version: 1.20+Version: 1.20.1 Copyright: 2004-2016, Malcolm Wallace License: LGPL License-File: LICENCE-LGPL
cpphs.hs view
@@ -20,7 +20,7 @@ import Data.List ( isPrefixOf ) version :: String-version = "1.19.3"+version = "1.20.1" main :: IO () main = do
docs/index.html view
@@ -203,6 +203,7 @@ <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 </ul> <p>