appveyor - use github version of memory for now with ghc 8.6.
This commit is contained in:
parent
8f5ffd4470
commit
438fb9c7cb
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ test_script:
|
|||
- if "%BUILD_TYPE%" == "cabal" (
|
||||
cabal --version &&
|
||||
mkdir -p "%CABAL_STORE%"/ghc-8.6.1/package.db &&
|
||||
git clone https://github.com/vincenthz/hs-memory vender/hs-memory &&
|
||||
git clone https://github.com/jgm/pandoc-citeproc vendor/pandoc-citeproc &&
|
||||
cabal --store-dir="%CABAL_STORE%" new-update &&
|
||||
cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --allow-newer -flua_32bits -fembed_data_files . pandoc-citeproc &&
|
||||
|
|
Loading…
Add table
Reference in a new issue