summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2016-06-19 13:19:03 -0400
committerJoey Hess2016-06-19 13:19:32 -0400
commit0e3d258f46e366e01abf28e173ef8fb7adf5a6dd (patch)
tree2f33a854f3713933feb9a8ed58ead23ad6c24912 /doc
parent8bff414203a6e715d5c0591ad226d5d7f0ac5845 (diff)
Property.Firejail: New module. Thanks, Sean Whitton
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/merge_request:_Firejail.hs.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/merge_request:_Firejail.hs.mdwn b/doc/todo/merge_request:_Firejail.hs.mdwn
index c31c9167..b593c5b4 100644
--- a/doc/todo/merge_request:_Firejail.hs.mdwn
+++ b/doc/todo/merge_request:_Firejail.hs.mdwn
@@ -12,3 +12,5 @@ Comments:
- I made the build clean on GHC 7.10 but there is a warning on 7.6 that `Prelude` does not export `Foldable`. I don't know how to fix this while maintaining the 7.10 clean build, and it seems to me that having the 7.10 build be clean is more important than having the 7.6 build be clean.
--spwhitton
+
+> [[done]], thanks! (I fixed the warning.) --[[Joey]]