Changelog for applicative-quoters-0.1.0.8
0.1.0.8:
- Doc fixes
- Since support for GHC < 7.4 was dropped, don't need notcpp or related code
- Make dependency bounds more optimistic
0.1.0.7:
- Make it a little more obvious that the package is unmaintained
0.1.0.6:
- Use the notcpp package to aid with name lookup
- Compatibility with GHC 7.6.1 and TH 2.8
- Drop compatibility with GHC < 7.4 to fix a bug with infix handling
- Doc improvements
- Remove maintainer
0.1.0.5:
- Mostly a rerelease of 0.1.0.4 to fix some metadata
0.1.0.4:
- GHC 7.4 compatibility
0.1.0.3:
- Dependency update
- Support infix applications in idiom brackets
0.1.0.2:
- GHC 7.2 compatibility
0.1.0.1:
- Stop ado' needlessly checking failing patterns
- Make a better effort to resolve constructor names
0.1:
- Quasiquoters extracted from haskell-src-meta
- Module names changed to Control.Applicative.QQ.{ADo,Idiom}
- Stop stripping qualification from names
- Fixes for failing pattern detection in ado
- Drop dependency on syb and containers
- quotePat fields removed