We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad0c02 commit bbfd54cCopy full SHA for bbfd54c
package/linux/build-package.sh
@@ -13,7 +13,7 @@ stack runhaskell Shakefile.hs -- -j4 --lint
13
14
## Build binaries
15
16
-stack clean
+rm -Rf .stack-work
17
stack build --ghc-options='-O2'
18
19
function build-flavor() {
package/mac/build-package.sh
package/win/build-package.sh
@@ -14,7 +14,7 @@ stack runhaskell Shakefile.hs -- -j4 --lint
20
0 commit comments