From 013b143427122e2807049f02fa7b886f8179e724 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 27 Sep 2015 09:27:56 -0700 Subject: appveyor.yml: fixed cabal flag. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3f5688853..48957fc80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ install: build_script: - ps: | echo "PATH is $env:Path" - cabal install --force --enable-tests --embed_data_files . pandoc-citeproc + cabal install --force --enable-tests -fembed_data_files . pandoc-citeproc after_build: - ps: | -- cgit v1.2.3