[commit: ghc] wip/nfs-locking: Export wayHcOpts. (980d486)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:00:41 UTC 2017


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

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

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

commit 980d48665a5bd7dfb275d403628e34b140bd2567
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Dec 30 17:06:00 2014 +0000

    Export wayHcOpts.


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

980d48665a5bd7dfb275d403628e34b140bd2567
 src/Ways.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Ways.hs b/src/Ways.hs
index 91cbd4f..a0e886a 100644
--- a/src/Ways.hs
+++ b/src/Ways.hs
@@ -12,6 +12,7 @@ module Ways (
     threadedDynamic, threadedDebugDynamic, debugDynamic,
     loggingDynamic, threadedLoggingDynamic,
 
+    wayHcOpts, 
     hisuf, osuf, hcsuf
     ) where
 



More information about the ghc-commits mailing list