shakers 0.0.49 → 0.0.50
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~shake
Dependency ranges changed: shake
Files
- shakers.cabal +2/−2
- src/Development/Shakers.hs +4/−4
shakers.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.22 name: shakers-version: 0.0.49+version: 0.0.50 license: MIT license-file: LICENSE copyright: Copyright (C) 2016 Swift Navigation, Inc.@@ -28,4 +28,4 @@ basic-prelude >=0.7.0, directory >=1.3.0.2, lifted-base >=0.2.3.12,- shake >=0.16.4+ shake >=0.16.3
src/Development/Shakers.hs view
@@ -429,14 +429,14 @@ phony "tests-error" $ stack_ dir [ "build", "--fast", "--test", "--ghc-options=-Werror" ] - -- repl+ -- ghci --- phony "repl" $+ phony "ghci" $ stack_ dir [ "ghci" ] - -- repl-tests+ -- ghci-tests --- phony "repl-tests" $+ phony "ghci-tests" $ stack_ dir [ "ghci", "--test" ] -- docs