This commit is contained in:
Joey Hess 2016-09-06 14:51:15 -04:00
parent b9e2061b2a
commit dceb0cc627
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -42,7 +42,7 @@ cabal update || true
cabal install --only-dependencies \ cabal install --only-dependencies \
--constraint='persistent-sqlite ==2.2' \ --constraint='persistent-sqlite ==2.2' \
--constraint='cryptonite ==0.7' \ --constraint='cryptonite ==0.7' \
--constraint='mwc-random ==0.13.3.2' --constraint='mwc-random ==0.13.3.2' \
|| true || true
# Detect when the last build was an incremental build and failed, # Detect when the last build was an incremental build and failed,