hpp v0.4.0 Release Notes

    • 📜 Simplify the parsing machinery
    • 💅 Don't remove C++-style single-line comments
    • Don't error on unknown cpp directives Previously, a line beginning with "#-}" would cause an error
    • 0️⃣ Don't do trigraph replacement by default. Haskell allows "??" in operator names and you can be sure lens uses it!