[commit: ghc] master: Revert "Move `iserv` into `utils` and change package name (abfe104)

git at git.haskell.org git at git.haskell.org
Tue Feb 20 18:16:05 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/abfe10487d2dba49bf511297f14575f9089cc5b1/ghc

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

commit abfe10487d2dba49bf511297f14575f9089cc5b1
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Feb 20 00:26:45 2018 -0500

    Revert "Move `iserv` into `utils` and change package name
    
    See Phab:D4377 for the rationale. We will try this again.
    
    This reverts commit 7c173b9043f7a9a5da46c5b0cc5fc3b38d1a7019.


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

abfe10487d2dba49bf511297f14575f9089cc5b1
 .gitignore                                         |   3 +-
 ghc.mk                                             |  13 +-
 {libraries/libiserv => iserv}/Makefile             |   0
 {libraries/libiserv => iserv}/cbits/iservmain.c    |   0
 {utils/iserv => iserv}/ghc.mk                      |  66 +++---
 .../iserv-proxy.cabal => iserv/iserv-bin.cabal     |  72 +++++-
 {libraries/libiserv => iserv}/proxy-src/Remote.hs  |   0
 {libraries/libiserv => iserv}/src/GHCi/Utils.hsc   |   0
 {libraries/libiserv => iserv}/src/Lib.hs           |   0
 {libraries/libiserv => iserv}/src/Main.hs          |   0
 .../libiserv => iserv}/src/Remote/Message.hs       |   0
 {libraries/libiserv => iserv}/src/Remote/Slave.hs  |   0
 libraries/libiserv/ghc.mk                          |   5 -
 libraries/libiserv/libiserv.cabal                  |  39 ---
 utils/iserv-proxy/Makefile                         |  15 --
 utils/iserv-proxy/ghc.mk                           | 113 ---------
 utils/iserv-proxy/src/Main.hs                      | 262 ---------------------
 utils/iserv/Makefile                               |  15 --
 utils/iserv/cbits/iservmain.c                      |  17 --
 utils/iserv/iserv.cabal                            |  44 ----
 utils/iserv/src/Main.hs                            |  63 -----
 21 files changed, 108 insertions(+), 619 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 abfe10487d2dba49bf511297f14575f9089cc5b1


More information about the ghc-commits mailing list