zifter-stack 0.0.0.7 → 0.0.0.8
raw patch · 2 files changed
+8/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Zifter/Stack.hs +7/−4
- zifter-stack.cabal +1/−1
src/Zifter/Stack.hs view
@@ -156,11 +156,14 @@ stack "build" forM_ tups $ \(package_, targets) -> do stack $ unwords ["clean", package_]- forM_ targets $ \target ->- stack $- unwords- [ "build --pedantic --haddock --test"+ forM_ targets $ \target -> do+ stack $ unwords ["build", target, "--pedantic"]+ stack $ unwords ["build", target, "--pedantic", "--haddock"]+ stack $ unwords+ [ "build" , target+ , "--pedantic"+ , "--test" , "--test-arguments='--fail-fast --seed=42'" ]
zifter-stack.cabal view
@@ -1,5 +1,5 @@ name: zifter-stack-version: 0.0.0.7+version: 0.0.0.8 cabal-version: >=1.10 build-type: Simple license: MIT