- Support for GHC 8.8.1.
- Support for GHC 8.4.1.
- #76 C-style comments in cunit declarations
0.12.1 - 2017-07-25
- #75 ObjC needs blocks and GCC extension
0.12 - 2017-05-05
- Test with GHC 8.2.1.
- Bump various bounds.
- #71 Bad char literal output
- #69 The antiquoter for double and float does not handle infinity correctly
0.11.7.3 - 2017-03-10
- Bump other
mainland-pretty
upper bound.
0.11.7.2 - 2017-03-05
- Bump
mainland-pretty
upper bound.
0.11.7.1 - 2016-12-05
- Bump
HUnit
upper bound.
0.11.7 - 2016-10-03
- Fix compatibility with
haskell-src-meta
0.7.0.
0.11.6.3 - 2016-08-30
- Fix alignment of pretty-printed comments.
0.11.6.2 - 2016-05-18
- #68 Cannot create block consisting of a single statements antiquote
0.11.6.1 - 2016-05-10
- Bump
syb
upper bound for GHC 8.0.1 compatibility.
0.11.6 - 2016-04-12
- Add support for type qualifier escapes.
0.11.5.1 - 2016-04-07
- Try to be -Wparentheses clean.
- Fix pretty-pretty of dangling else.
- Add missing test modules to tarball.
0.11.5 - 2016-03-30
- 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)
- #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
0.11.4 - 2015-12-22
- Conditionally use the lightweight haskell-exp-parser instead of haskell-src-meta.
- #57 language-c-quote-0.11.3 does not compile with alex 3.1.5
0.11.3 - 2015-10-14
IsString
instances forId
andStringLit
data types.
- #55 Comments at the top of a block before a declaration.
0.11.2.1 - 2015-10-06
- Type qualifiers are now allowed before an antiquoted type.
0.11.2 - 2015-09-29
qqPat
andqqExp
are now exposed.
- Bump upper bound on
syb
. - Providing a starting position is now optional when parsing.
0.11.1 - 2015-09-29
- Automatically-generated
Relocatable
instances added for C abstract syntax types.
Located
instances are also now automatically generated.