git-annex/Utility/DirWatcher
Joey Hess 256d8f07e8
avoid insertWith' depreaction warning
Switch to Data.Map.Strict everywhere that used it.

There are still lots of lazy maps in git-annex. I think switching these
is safe. The risk is that there might be a map that is used in a way
that relies on the values not being evaluated to WHNF, and switching to
strict might result in bad performance or memory use. So, I have not
switched everything.
2018-04-22 13:28:31 -04:00
..
FSEvents.hs Avoid backtraces on expected failures when built with ghc 8; only use backtraces for unexpected errors. 2016-11-15 21:29:54 -04:00
INotify.hs Avoid backtraces on expected failures when built with ghc 8; only use backtraces for unexpected errors. 2016-11-15 21:29:54 -04:00
Kqueue.hs avoid insertWith' depreaction warning 2018-04-22 13:28:31 -04:00
Types.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Win32Notify.hs use unix-compat 0.5 on windows 2017-11-14 14:00:24 -04:00