gipeda 0.3.2 → 0.3.2.1
raw patch · 2 files changed
+1/−2 lines, 2 files
Files
- gipeda.cabal +1/−1
- src/Shake.hs +0/−1
gipeda.cabal view
@@ -1,5 +1,5 @@ name: gipeda-version: 0.3.2+version: 0.3.2.1 category: Development synopsis: Git Performance Dashboard description:
src/Shake.hs view
@@ -64,7 +64,6 @@ findPred, findPredOrSelf :: LogSource -> ParentMap -> Hash -> Action (Maybe Hash) findPredOrSelf logSource m h = do- liftIO $ putStrLn $ "Testing log of " ++ show h ex <- doesLogExist logSource h if ex then return (Just h) else findPred logSource m h