[commit: ghc] wip/angerman/llvmng: Update iserv-proxy (2e91fb2)

git at git.haskell.org git at git.haskell.org
Tue Jan 9 02:40:28 UTC 2018


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

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/2e91fb26dcf03ae6a7ba6c8d457fcba53ca97a0c/ghc

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

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

    Update iserv-proxy


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

2e91fb26dcf03ae6a7ba6c8d457fcba53ca97a0c
 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 12a801a..e5cfd99 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