summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-09-10 23:46:03 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-09-10 23:47:24 +0200
commitc0c17721b8ff628bb3ad45dad59d5b0c4106f4de (patch)
tree5d8a156bd883624789710e2112503225ef1a1b86
parent23e764f02e2ea0e549e9c66c3c5f57c1b77673df (diff)
downloadhaskell-c0c17721b8ff628bb3ad45dad59d5b0c4106f4de.tar.gz
Kill obsolete pre GHC 7.6 bootstrapping support
This left-over is definitely not needed anymore and was probably missed in 527bcc41630918977c7
-rw-r--r--compiler/ghc.cabal.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index a0be3d926b..71065d34cd 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