[commit: ghc] wip/angerman/llvmng: Update iserv-proxy (0f8665f)

git at git.haskell.org git at git.haskell.org
Fri Dec 1 11:41:07 UTC 2017


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

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/0f8665f6c4b310f50419cefc6b3587491378ec40/ghc

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

commit 0f8665f6c4b310f50419cefc6b3587491378ec40
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Sun Nov 26 17:08:08 2017 +0800

    Update iserv-proxy


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

0f8665f6c4b310f50419cefc6b3587491378ec40
 utils/iserv-proxy/iserv-proxy.cabal                    | 2 +-
 utils/iserv-proxy/{proxy-src/Remote.hs => src/Main.hs} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/iserv-proxy/iserv-proxy.cabal b/utils/iserv-proxy/iserv-proxy.cabal
index 8f13189..e028c99 100644
--- a/utils/iserv-proxy/iserv-proxy.cabal
+++ b/utils/iserv-proxy/iserv-proxy.cabal
@@ -63,7 +63,7 @@ cabal-version: >=1.10
 
 Executable iserv-proxy
    Default-Language: Haskell2010
-   Main-Is: Remote.hs
+   Main-Is: Main.hs
    Hs-Source-Dirs: src
    Build-Depends: array      >= 0.5 && < 0.6,
                   base       >= 4   && < 5,
diff --git a/utils/iserv-proxy/proxy-src/Remote.hs b/utils/iserv-proxy/src/Main.hs
similarity index 100%
rename from utils/iserv-proxy/proxy-src/Remote.hs
rename to utils/iserv-proxy/src/Main.hs



More information about the ghc-commits mailing list