[commit: packages/process] less-cpp, master: appveyor: install perl (3c73538)

git at git.haskell.org git at git.haskell.org
Tue Dec 15 13:34:57 UTC 2015


Repository : ssh://git@git.haskell.org/process

On branches: less-cpp,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3c73538d48ea6ca2b988dbd74290893019fb9318/process

>---------------------------------------------------------------

commit 3c73538d48ea6ca2b988dbd74290893019fb9318
Author: Michael Snoyman <michael at fpcomplete.com>
Date:   Mon Nov 2 23:52:51 2015 +0000

    appveyor: install perl


>---------------------------------------------------------------

3c73538d48ea6ca2b988dbd74290893019fb9318
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 91ade29..2c313d4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,5 +16,5 @@ test_script:
 - stack setup > nul
 # The ugly echo "" hack is to avoid complaints about 0 being an invalid file
 # descriptor
-- echo y | stack exec -- sh -c "pacman -Sy autoconf && autoreconf -i"
+- echo y | stack exec -- sh -c "pacman -Sy autoconf perl && autoreconf -i"
 - echo "" | stack --no-terminal test --pedantic



More information about the ghc-commits mailing list