diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-01 17:23:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-01 17:23:01 -0400 |
commit | 79016c197ca87182dfae9f6dfb994ff5079fc952 (patch) | |
tree | 2f96d12413a757529b56ca876e3220bab4dee1e4 /Upgrade | |
parent | fb58d1a560f7c4c94826ec63de16e0276d1f17f8 (diff) |
add hashing to web log files
Diffstat (limited to 'Upgrade')
-rw-r--r-- | Upgrade/V2.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrade/V2.hs b/Upgrade/V2.hs index ce0424b30..14e328edb 100644 --- a/Upgrade/V2.hs +++ b/Upgrade/V2.hs @@ -20,7 +20,7 @@ import qualified Git import qualified Branch import Messages import Utility -import Locations +import LocationLog import Content olddir :: Git.Repo -> FilePath |