diff options
author | 2011-06-22 17:51:48 -0400 | |
---|---|---|
committer | 2011-06-22 17:51:48 -0400 | |
commit | 1a182d4d047c24e217663dbccfa39aae907cbbc0 (patch) | |
tree | e157eb0aec0aa4bba168443247cfac9771cb2998 /Locations.hs | |
parent | c3d96ee38a07e2cd9b27241155f80c5020a814f1 (diff) |
stub in v2 upgrade
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Locations.hs b/Locations.hs index d2241636e..7f9626a11 100644 --- a/Locations.hs +++ b/Locations.hs @@ -23,6 +23,7 @@ module Locations ( logFile, logFileKey, hashDirMixed, + hashDirLower, prop_idempotent_fileKey ) where |