aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 14:17:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 14:18:04 -0400
commite9713cd4550affd408db022fe6faf5d5cff0ccde (patch)
tree4a9729262275ceb36ce14250db610c6aa4c0645a /standalone
parent658810e449afa5e90f012dd20f6d2ab3864ccb42 (diff)
pin mwc-random to last known working version on windows
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index ec138efdb..11e6c6482 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -28,7 +28,7 @@ export UPGRADE_LOCATION
# Uncomment to get rid of cabal installed libraries.
#cabal list --installed
-#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
+rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
# Don't allow build artifact from a past successful build to be extracted
# if we fail.
@@ -42,6 +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'
|| true
# Detect when the last build was an incremental build and failed,