[commit: ghc] master: Kill obsolete pre GHC 7.6 bootstrapping support (c0c1772)

git at git.haskell.org git at git.haskell.org
Wed Sep 10 21:59:40 UTC 2014


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

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

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

commit c0c17721b8ff628bb3ad45dad59d5b0c4106f4de
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Sep 10 23:46:03 2014 +0200

    Kill obsolete pre GHC 7.6 bootstrapping support
    
    This left-over is definitely not needed anymore
    and was probably missed in 527bcc41630918977c7


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

c0c17721b8ff628bb3ad45dad59d5b0c4106f4de
 compiler/ghc.cabal.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index a0be3d9..71065d3 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -57,9 +57,6 @@ Library
                    bin-package-db,
                    hoopl
 
-    if flag(stage1) && impl(ghc < 7.5)
-        Build-Depends: old-time   >= 1   && < 1.2
-
     if os(windows)
         Build-Depends: Win32
     else



More information about the ghc-commits mailing list