All Versions
19
Latest Version
Avg Release Cycle
143 days
Latest Release
2214 days ago

Changelog History
Page 2

  • v0.11.6.2 Changes

    May 18, 2016

    πŸ›  Fixed

    • #68 Cannot create block consisting of a single statements antiquote
  • v0.11.6.1 Changes

    May 10, 2016

    βž• Added

    • ⬆️ Bump syb upper bound for GHC 8.0.1 compatibility.
  • v0.11.5 Changes

    March 30, 2016

    βž• Added

    • βž• Added ToConst and ToExp instances for Int/Word types (Emil Axelsson)
    • Expression and statement raw string escapes (Kosyrev Serge)
    • πŸ‘ Partial support for C++11 lambda expressions in CUDA code (MichaΕ‚ Wawrzyniec UrbaΕ„czyk)

    πŸ›  Fixed

    • πŸ–¨ #64 Negated negative constants do not correctly pretty-print.
    • #59 No obvious way to generate macro code -- not even through $esc:(... :: String)
    • #51 Objective-C anti-quotations for interface decls broken
  • v0.11.5.1 Changes

    April 07, 2016

    πŸ›  Fixed

    • Try to be -Wparentheses clean.
    • πŸ›  Fix pretty-pretty of dangling else.
    • βž• Add missing test modules to tarball.
  • v0.11.4 Changes

    December 22, 2015

    βž• Added

    • πŸ“œ Conditionally use the lightweight haskell-exp-parser instead of haskell-src-meta.

    πŸ›  Fixed

    • #57 language-c-quote-0.11.3 does not compile with alex 3.1.5
  • v0.11.3 Changes

    October 14, 2015

    βž• Added

    • IsString instances for Id and StringLit data types.

    πŸ›  Fixed

    • #55 Comments at the top of a block before a declaration.
  • v0.11.2 Changes

    September 29, 2015

    βž• Added

    • qqPat and qqExp are now exposed.

    πŸ”„ Changed

    • ⬆️ Bump upper bound on syb.
    • πŸ“œ Providing a starting position is now optional when parsing.
  • v0.11.2.1 Changes

    October 06, 2015

    βž• Added

    • Type qualifiers are now allowed before an antiquoted type.
  • v0.11.1 Changes

    September 29, 2015

    βž• Added

    • Automatically-generated Relocatable instances added for C abstract syntax types.

    πŸ”„ Changed

    • Located instances are also now automatically generated.