From 51ed4eb98b08c08c2244fbe2bd59d05d8ff4031d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Oct 2017 15:11:50 -0400 Subject: try working around strange cabal install bug for xss-sanitize --- standalone/windows/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'standalone') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 28f6f073e..01d53fc46 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -39,7 +39,10 @@ rm -f git-annex-installer.exe # for haskell libraries to link them with the cygwin library. cabal update || true -cabal install xss-sanitize +# workaround strange cabal install bug for xss-sanitize +git clone https://github.com/yesodweb/haskell-xss-sanitize xss-sanitize +(cd xss-sanitize && cabal install) + cabal install --only-dependencies \ --constraint='persistent-sqlite ==2.2' \ --constraint='cryptonite ==0.7' \ -- cgit v1.2.3