fix distributionupdate build

Including avoiding needing cabal's defines for Utility.URI
This commit is contained in:
Joey Hess 2014-04-21 10:47:26 -04:00
parent bdbc25ed14
commit a10d3731b8
2 changed files with 3 additions and 1 deletions

View file

@ -36,7 +36,7 @@ makeinfos = do
v <- lookupFile f
case v of
Nothing -> noop
Just (k, _b) -> whenM (inAnnex k) $ do
Just k -> whenM (inAnnex k) $ do
liftIO $ putStrLn f
let infofile = f ++ ".info"
liftIO $ writeFile infofile $ show $ GitAnnexDistribution