try explicitly installin xss-sanitize

This commit is contained in:
Joey Hess 2017-08-23 12:37:16 -04:00
parent 24a6634934
commit 1b6b951cc0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -39,11 +39,11 @@ rm -f git-annex-installer.exe
# for haskell libraries to link them with the cygwin library.
cabal update || true
cabal install xss-sanitize
cabal install --only-dependencies \
--constraint='persistent-sqlite ==2.2' \
--constraint='cryptonite ==0.7' \
--constraint='mwc-random ==0.13.3.2' \
--constraint='xss-sanitize ==0.3.5.6' \
--force-reinstalls \
|| true