gipeda 0.3.0.1 → 0.3.1
raw patch · 2 files changed
+6/−1 lines, 2 files
Files
- gipeda.cabal +1/−1
- src/Shake.hs +5/−0
gipeda.cabal view
@@ -1,5 +1,5 @@ name: gipeda-version: 0.3.0.1+version: 0.3.1 category: Development synopsis: Git Performance Dashboard description:
src/Shake.hs view
@@ -164,6 +164,11 @@ cmd "./install-jslibs.sh" want ["install-jslibs.sh"] + "site/out/backlog.txt" %> \ out -> do+ hashes <- gitRange+ withoutLogs <- filterM ((not <$>) . doesLogExist logSource) hashes+ writeFileChanged out (unlines withoutLogs)+ want ["site/out/backlog.txt"] "site/out/head.txt" %> \ out -> do alwaysRerun