diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-13 13:03:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-13 13:03:46 -0400 |
commit | 3d19b937a3e267f94631481de4ff0b52f5ac6549 (patch) | |
tree | 86b66ba4d1e5ae759cbd97058e66ed60214d89b4 /standalone | |
parent | 28031c16c5f07260f17ddc11234f414dc1795939 (diff) |
typo
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index f4aba966f..34825931a 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -35,7 +35,7 @@ rm -f git-annex-installer.exe # for haskell libraries to link them with the cygwin library. cabal update || true -cabal transformers-compat -fthree +cabal install transformers-compat -fthree cabal install mtl-2.1.3.1 cabal install DAV-1.0 |