[commit: ghc] wip/nfs-locking: GHC: Set PackageType of iservBin (139d90d)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:13:22 UTC 2017


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

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

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

commit 139d90d43b6a8fb125ea05136531848cebb96096
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Dec 20 20:45:05 2015 +0100

    GHC: Set PackageType of iservBin


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

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

diff --git a/src/GHC.hs b/src/GHC.hs
index c38af04..29db671 100644
--- a/src/GHC.hs
+++ b/src/GHC.hs
@@ -68,7 +68,7 @@ hpc             = library  "hpc"
 hpcBin          = utility  "hpc-bin"        `setPath` "utils/hpc"
 integerGmp      = library  "integer-gmp"
 integerSimple   = library  "integer-simple"
-iservBin        = topLevel "iserv-bin"      `setPath` "iserv"
+iservBin        = topLevel "iserv-bin"      `setPath` "iserv" `setPkgType` Program
 mkUserGuidePart = utility  "mkUserGuidePart"
 parallel        = library  "parallel"
 pretty          = library  "pretty"



More information about the ghc-commits mailing list