aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/src/TemplateHaskellSplices.hs
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2019-10-07 20:45:40 -0400
committerAlec Theriault <alec.theriault@gmail.com>2019-10-07 20:56:48 -0400
commitcdf4445a877428f5969f712a95830af38029b9a0 (patch)
treeb7b1dbe0a7410b1eec3176fe2904c0c25ee3cdd3 /hypsrc-test/src/TemplateHaskellSplices.hs
parent80b8a8a2525d4e4c60b7c9439a23ac47d9612802 (diff)
Add Hyperlinker test cases for TH-related stuff
Hopefully this will guard against regressions around quasiquotes, TH quotes, and TH splices.
Diffstat (limited to 'hypsrc-test/src/TemplateHaskellSplices.hs')
-rw-r--r--hypsrc-test/src/TemplateHaskellSplices.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/hypsrc-test/src/TemplateHaskellSplices.hs b/hypsrc-test/src/TemplateHaskellSplices.hs
new file mode 100644
index 00000000..bbd3948e
--- /dev/null
+++ b/hypsrc-test/src/TemplateHaskellSplices.hs
@@ -0,0 +1,8 @@
+{-# LANGUAGE TemplateHaskell #-}
+module TemplateHaskellSplices where
+
+import TemplateHaskellQuasiquotes
+
+$(aDecl)
+
+foo = id $(anExpression2)