shake 0.15.3 → 0.15.4
raw patch · 3 files changed
+3/−5 lines, 3 files
Files
- CHANGES.txt +2/−0
- shake.cabal +1/−1
- src/Test/Basic.hs +0/−4
CHANGES.txt view
@@ -1,5 +1,7 @@ Changelog for Shake +0.15.4+ Undo a locally modified file 0.15.3 #254, in staunch mode, print out all exceptions Require extra-1.3
shake.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10 build-type: Simple name: shake-version: 0.15.3+version: 0.15.4 license: BSD3 license-file: LICENSE category: Development, Shake
src/Test/Basic.hs view
@@ -53,10 +53,6 @@ need ["dummy"] liftIO $ appendFile out "1" - r <- newResource "sleepresource" 1- phony "sleep1" $ withResource r 1 $ cmd Shell "sleep 1"- phony "sleep2" $ withResource r 1 $ cmd Shell "sleep 1"- r <- newResource ".log file" 1 let trace x = withResource r 1 $ liftIO $ appendFile (obj ".log") x obj "*.par" %> \out -> do