try explicitly installin xss-sanitize
This commit is contained in:
parent
24a6634934
commit
1b6b951cc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue