pin mwc-random to last known working version on windows
This commit is contained in:
parent
ddf4e0a4ed
commit
833a80ae89
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue