[commit: ghc] master: Minor clean-up to ghc-bin.cabal.in (25db56c)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 13:53:18 UTC 2015


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

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

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

commit 25db56c264c6cddb100a5df5e5eeb2fd32bfe7b6
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Dec 21 14:38:27 2015 +0100

    Minor clean-up to ghc-bin.cabal.in
    
    This has been factored out of D1673


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

25db56c264c6cddb100a5df5e5eeb2fd32bfe7b6
 ghc/ghc-bin.cabal.in | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 885e587..dc303e5 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -33,12 +33,13 @@ Executable ghc
                    directory  >= 1   && < 1.3,
                    process    >= 1   && < 1.5,
                    filepath   >= 1   && < 1.5,
-                   ghc-boot,
+                   ghc-boot   == 0.0.*,
                    ghc
+
     if os(windows)
-        Build-Depends: Win32
+        Build-Depends: Win32  == 2.3.*
     else
-        Build-Depends: unix
+        Build-Depends: unix   == 2.7.*
 
     C-Sources: hschooks.c
 
@@ -46,10 +47,12 @@ Executable ghc
     if flag(ghci)
         -- NB: this is never built by the bootstrapping GHC+libraries
         Build-depends:
+            containers     == 0.5.*,
+            deepseq        == 1.4.*,
             ghci,
-            containers == 0.5.*,
-            deepseq    == 1.4.*,
-            time       == 1.6.*
+            haskeline      == 0.7.*,
+            time           == 1.6.*,
+            transformers   == 0.5.*
         CPP-Options: -DGHCI
         GHC-Options: -fno-warn-name-shadowing
         Other-Modules:
@@ -57,7 +60,6 @@ Executable ghc
             GhciMonad
             GhciTags
             InteractiveUI
-        Build-Depends: transformers, haskeline
         Other-Extensions:
             BangPatterns
             FlexibleInstances



More information about the ghc-commits mailing list