[commit: ghc] wip/nfs-locking: Rename runGhc => runghc (e12516f)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:36:03 UTC 2017


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

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

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

commit e12516f4af9047152c7faad88635787b33d6d602
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Jan 4 14:41:34 2016 +0000

    Rename runGhc => runghc


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

e12516f4af9047152c7faad88635787b33d6d602
 src/GHC.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/GHC.hs b/src/GHC.hs
index 1ea0e7f..75f4305 100644
--- a/src/GHC.hs
+++ b/src/GHC.hs
@@ -79,7 +79,7 @@ pretty          = library  "pretty"
 primitive       = library  "primitive"
 process         = library  "process"
 rts             = topLevel "rts"
-runGhc          = utility  "runGhc"
+runGhc          = utility  "runghc"
 stm             = library  "stm"
 templateHaskell = library  "template-haskell"
 terminfo        = library  "terminfo"



More information about the ghc-commits mailing list