aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 15:15:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 15:15:55 -0700
commitcef2a57b13fd39a592e6c19b5e90c37b3e9d6786 (patch)
tree57093ab88b076e349eb1260a4d54663decd43495 /appveyor.yml
parentd98e9cba8bc29b212c5f296b7b11834d8f6500f3 (diff)
downloadpandoc-cef2a57b13fd39a592e6c19b5e90c37b3e9d6786.tar.gz
appveyor - Put cabal unpack in right place.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f02e83b3d..f0945e77b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -87,8 +87,8 @@ test_script:
- if "%BUILD_TYPE%" == "cabal" (
cabal --version &&
mkdir -p "%CABAL_STORE%"/ghc-8.6.1/package.db &&
- cabal unpack pandoc-citeproc-0.14.4 &&
cabal --store-dir="%CABAL_STORE%" new-update &&
+ cabal unpack pandoc-citeproc-0.14.4 &&
cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --allow-newer -flua_32bits -fembed_data_files . pandoc-citeproc &&
forfiles /P .\dist-newstyle /M pandoc*.exe /C "cmd /C cp @file .\windows\ "
)