[commit: ghc] wip/angerman/llvmng: Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv` (9100879)

git at git.haskell.org git at git.haskell.org
Fri Dec 8 05:22:44 UTC 2017


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

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/9100879749707da95095055f16f653fa77b20cb6/ghc

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

commit 9100879749707da95095055f16f653fa77b20cb6
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Sat Nov 25 15:10:52 2017 +0800

    Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv`
    
    This is done for consistency. We usually call the package file the same name the
    folder has.  The move into `utils` is done so that we can move the library into
    `libraries/iserv` and the proxy into `utils/iserv-proxy` and then break the
    `iserv.cabal` apart.  This will make building the cross compiler with TH
    simpler, because we can build the library and proxy as separate packages.


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

9100879749707da95095055f16f653fa77b20cb6
 ghc.mk                                             |  13 +--
 {iserv => libraries/libiserv}/Makefile             |   0
 {iserv => libraries/libiserv}/cbits/iservmain.c    |   0
 libraries/libiserv/ghc.mk                          |   5 +
 libraries/libiserv/libiserv.cabal                  |  39 +++++++
 {iserv => libraries/libiserv}/proxy-src/Remote.hs  |   0
 {iserv => libraries/libiserv}/src/GHCi/Utils.hsc   |   0
 {iserv => libraries/libiserv}/src/Lib.hs           |   0
 {iserv => libraries/libiserv}/src/Main.hs          |   0
 .../libiserv}/src/Remote/Message.hs                |   0
 {iserv => libraries/libiserv}/src/Remote/Slave.hs  |   0
 {iserv => utils/iserv-proxy}/Makefile              |   0
 utils/iserv-proxy/ghc.mk                           | 113 +++++++++++++++++++++
 .../iserv-proxy/iserv-proxy.cabal                  |  70 +------------
 {iserv => utils/iserv-proxy}/proxy-src/Remote.hs   |   0
 {iserv => utils/iserv}/Makefile                    |   0
 {iserv => utils/iserv}/cbits/iservmain.c           |   0
 {iserv => utils/iserv}/ghc.mk                      |  66 ++++++------
 utils/iserv/iserv.cabal                            |  44 ++++++++
 {iserv => utils/iserv}/src/Main.hs                 |   0
 20 files changed, 245 insertions(+), 105 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 9100879749707da95095055f16f653fa77b20cb6


More information about the ghc-commits mailing list