hpp 0.6.0 → 0.6.0.1
raw patch · 2 files changed
+7/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- hpp.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,9 @@+# 0.6.0++- Various bug fixes by @rahulmutt. These may change behavior not captured by the MCPP test suite.+- Switch to `unordered-containers` from `bytestring-trie` for stackage compatibility+- Internal refactoring+ # 0.5.1 Added the `expand` API for pure macro processing (i.e. `#include`s are ignored).
hpp.cabal view
@@ -1,5 +1,5 @@ name: hpp-version: 0.6.0+version: 0.6.0.1 synopsis: A Haskell pre-processor description: See the README for usage examples license: BSD3