remove #if branches for pre-ghc-6.0
authorIsaac Dupree <id@isaac.cedarswampstudios.org>
Tue, 5 Jun 2007 23:53:01 +0000 (23:53 +0000)
committerIsaac Dupree <id@isaac.cedarswampstudios.org>
Tue, 5 Jun 2007 23:53:01 +0000 (23:53 +0000)
commit9f589efb688f22cb0637f9c1164dd9027b4378a3
treeab52e27e7a773be609b3557dd2f8b5a237424172
parentffd3438020584591b1c73d44bb1f1a731402cfe6
remove #if branches for pre-ghc-6.0
I skipped utils/hsc2hs/Main.hs since its ifs also involved
checking for old versions of nhc98 (I don't want to figure that out),
but removed everything else I found relating to building with pre-6.0
compiler/ghci/InteractiveUI.hs
compiler/main/GHC.hs
compiler/main/SysTools.lhs
compiler/utils/Binary.hs
compiler/utils/FastString.lhs
compiler/utils/Panic.lhs
compiler/utils/StringBuffer.lhs
utils/genapply/GenApply.hs
utils/ghc-pkg/Main.hs