diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-06 14:51:15 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-06 14:51:15 -0400 |
commit | a6981054e3c6923bdf40de255b273c13ed6fe963 (patch) | |
tree | 6cb5b66378b077a002cf8f439dc69b6ff5cd0291 /standalone | |
parent | 0d564eaba48f8683561d707831371131b9f27b24 (diff) |
typo
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index e6e23c907..217a0bf82 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -42,7 +42,7 @@ cabal update || true cabal install --only-dependencies \ --constraint='persistent-sqlite ==2.2' \ --constraint='cryptonite ==0.7' \ - --constraint='mwc-random ==0.13.3.2' + --constraint='mwc-random ==0.13.3.2' \ || true # Detect when the last build was an incremental build and failed, |