[commit: ghc] wip/nfs-locking: Space leak. (c2f1abd)

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


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

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

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

commit c2f1abd4d8ef56134168afb6b208c05b29008c34
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Fri Jan 15 15:23:21 2016 +0800

    Space leak.


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

c2f1abd4d8ef56134168afb6b208c05b29008c34
 src/Main.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Main.hs b/src/Main.hs
index e9d1e56..e3f1a34 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -36,5 +36,4 @@ main = shakeArgsWith options flags $ \cmdLineFlags targets -> do
     options = shakeOptions
         { shakeFiles    = Base.shakeFilesPath
         , shakeProgress = progressSimple
-        , shakeTimings  = True
-        }
+        , shakeTimings  = True }



More information about the ghc-commits mailing list