[commit: ghc] wip/nfs-locking: Cache $HOME/.ghc as well (9784dfb)

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


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

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

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

commit 9784dfb75fdbafb1aa16422eee0bde40ce0ace13
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date:   Tue Jan 5 16:45:41 2016 +0100

    Cache $HOME/.ghc as well


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

9784dfb75fdbafb1aa16422eee0bde40ce0ace13
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 68e843c..055edd5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,6 +59,7 @@ script:
 cache:
     directories:
         - $HOME/.cabal
+        - $HOME/.ghc
 
 notifications:
     irc:



More information about the ghc-commits mailing list