aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-23 12:37:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-23 12:37:16 -0400
commit491d0b1dde040fe299cd35f6c8793a3c02439b1e (patch)
tree69086073812e4ce3dfb81fc167677bd1471b28fa /standalone
parenta2b6d761b71e6861450570cc188b965f9380fd66 (diff)
try explicitly installin xss-sanitize
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 5822cf6a5..28f6f073e 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -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