git-annex/Annex/LockPool
Joey Hess 187b3e7780
enable LambdaCase and convert around 10% of places that could use it
Needs ghc 7.6.1, so minimum base version increased slightly. All builds
are well above this version of ghc, and debian oldstable is as well.

Code that could use lambdacase can be found by running:
git grep -B 1 'case ' | less
and searching in less for "<-"

This commit was sponsored by andrea rota.
2017-11-15 16:59:32 -04:00
..
PosixOrPid.hs enable LambdaCase and convert around 10% of places that could use it 2017-11-15 16:59:32 -04:00