[commit: ghc] wip/nfs-locking: Run ghc-pkg list through stack (e29218a)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:25:52 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/e29218a5f8df4e9c03e30b2f0579d5f8ea8ac647/ghc

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

commit e29218a5f8df4e9c03e30b2f0579d5f8ea8ac647
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Apr 22 13:04:44 2016 +0100

    Run ghc-pkg list through stack


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

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

diff --git a/appveyor.yml b/appveyor.yml
index 88ca776..6cc17b6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -35,7 +35,7 @@ install:
     - stack --version
     - alex  --version
     - happy --version
-    - ghc-pkg list
+    - stack exec -- ghc-pkg list
 
 build_script:
     - cd C:\msys64\home\ghc\shake-build



More information about the ghc-commits mailing list