diff options
author | 2015-04-11 00:10:34 -0400 | |
---|---|---|
committer | 2015-04-11 00:10:34 -0400 | |
commit | e80353490db56e21d266a384141d39f50797e8e3 (patch) | |
tree | b6d7a46763e1d83f11fd57eaad36800d666f7a8f /Annex/DirHashes.hs | |
parent | 9becab4331b57a05369a3dcf225c57fd24f39e41 (diff) |
a few hlints
Diffstat (limited to 'Annex/DirHashes.hs')
-rw-r--r-- | Annex/DirHashes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/DirHashes.hs b/Annex/DirHashes.hs index 03769350d..91c3e7817 100644 --- a/Annex/DirHashes.hs +++ b/Annex/DirHashes.hs @@ -46,7 +46,7 @@ configHashLevels d config | otherwise = def branchHashDir :: GitConfig -> Key -> String -branchHashDir config key = hashDirLower (branchHashLevels config) key +branchHashDir = hashDirLower . branchHashLevels {- Two different directory hashes may be used. The mixed case hash - came first, and is fine, except for the problem of case-strict |