aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-27 10:40:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-27 10:40:08 -0400
commit9aa69af594f83ec90c00e0b7ef50243c64eddb38 (patch)
treef1fce167bcf1457333260777408fcbf5f9690f75
parent65c1616243d02d7cbd72aa0ba8e14d7685b102bc (diff)
parent6cfb26f7ddc2044636f16120477ce69bacc99a15 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/contribute/comment_1_c61530e14bdbd7c5ec8b0137c0da92f8._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/contribute/comment_1_c61530e14bdbd7c5ec8b0137c0da92f8._comment b/doc/contribute/comment_1_c61530e14bdbd7c5ec8b0137c0da92f8._comment
new file mode 100644
index 000000000..0b43b3f0a
--- /dev/null
+++ b/doc/contribute/comment_1_c61530e14bdbd7c5ec8b0137c0da92f8._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="ggreif@8132a868199b4ffec14150c87f538dc06a538220"
+ nickname="ggreif"
+ subject="GHC HEAD warnings"
+ date="2016-05-27T14:21:11Z"
+ content="""
+I have a patch:
+
+https://github.com/ggreif/git-annex/tree/patch-1
+
+It heals e.g.
+
+ Assistant/WebApp/Form.hs:52:1: warning: [-Wredundant-constraints]
+ ? Redundant constraint: Monad m
+ ? In the type signature for:
+ withNote :: (Monad m, ToWidget (HandlerSite m) a) =>
+ Field m v -> a -> Field m v
+
+"""]]