summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/tests/dataToExpQUnit.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix the data constructors for tuples etc that dataToExpQ buildsIan Lynagh2012-02-081-0/+15
Conal Elliott reported that dataToExpQ built a different constructor for () than [| () |]. This patch fixes that, and adds a regression test.