aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~felixonmars <felixonmars@web>2016-12-27 09:06:45 +0000
committerGravatar admin <admin@branchable.com>2016-12-27 09:06:45 +0000
commit8fb29cf1f52e912cb429c894d3d1bd003f98fc32 (patch)
tree0f6d1edc67c8f67e5865e84607da81bca106c056 /doc
parentfdae36315d6dbd4bf3f6dfac12334ad04ed3f71b (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn b/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn
new file mode 100644
index 000000000..e7b20f6c5
--- /dev/null
+++ b/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn
@@ -0,0 +1,26 @@
+
+ [365 of 557] Compiling Assistant.WebApp.Form ( Assistant/WebApp/Form.hs, dist/build/git-annex/git-annex-tmp/Assistant/WebApp/Form.o )
+
+ Assistant/WebApp/Form.hs:61:60: error:
+ * Exception when trying to run compile-time code:
+ "
+ <a .btn .btn-default data-toggle="collapse" data-target="##{ident}">#{toggle}</a>
+ <div ##{ident} .collapse>
+ ^{note}
+ " (line 2, column 45):
+ unexpected "d"
+ expecting ">"
+ CallStack (from HasCallStack):
+ error, called at ./Text/Hamlet.hs:421:21 in shakespeare-2.0.12-4ppL9xZ9sKD6RsPGnrhiq:Text.Hamlet
+ Code: Language.Haskell.TH.Quote.quoteExp
+ whamlet
+ "\n\
+ \<a .btn .btn-default data-toggle=\"collapse\" data-target=\"##{ident}\">#{toggle}</a>\n\
+ \<div ##{ident} .collapse>\n\
+ \ ^{note}\n"
+ * In the quasi-quotation:
+ [whamlet|
+ <a .btn .btn-default data-toggle="collapse" data-target="##{ident}">#{toggle}</a>
+ <div ##{ident} .collapse>
+ ^{note}
+ |]