[commit: ghc] wip/nfs-locking: List installed packages in CI (61032aa)

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


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

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

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

commit 61032aa99bc8f1afab5e0f3487202c30488243fb
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Apr 22 12:21:26 2016 +0100

    List installed packages in CI


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

61032aa99bc8f1afab5e0f3487202c30488243fb
 .travis.yml  | 1 +
 appveyor.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 21bf769..0e59864 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,7 @@ install:
     - ( cd ghc && ./boot )
     - ( cd ghc && ./configure )
     - cat ghc/shake-build/cfg/system.config
+    - ghc-pkg list
 
 script:
     - ( cd ghc/shake-build && cabal haddock --internal )
diff --git a/appveyor.yml b/appveyor.yml
index 537983c..88ca776 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -35,6 +35,7 @@ install:
     - stack --version
     - alex  --version
     - happy --version
+    - ghc-pkg list
 
 build_script:
     - cd C:\msys64\home\ghc\shake-build



More information about the ghc-commits mailing list