summaryrefslogtreecommitdiff
path: root/utils/genapply
diff options
context:
space:
mode:
authorIsaac Dupree <id@isaac.cedarswampstudios.org>2007-06-05 23:53:01 +0000
committerIsaac Dupree <id@isaac.cedarswampstudios.org>2007-06-05 23:53:01 +0000
commit9f589efb688f22cb0637f9c1164dd9027b4378a3 (patch)
treeab52e27e7a773be609b3557dd2f8b5a237424172 /utils/genapply
parentffd3438020584591b1c73d44bb1f1a731402cfe6 (diff)
downloadhaskell-9f589efb688f22cb0637f9c1164dd9027b4378a3.tar.gz
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
Diffstat (limited to 'utils/genapply')
-rw-r--r--utils/genapply/GenApply.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/genapply/GenApply.hs b/utils/genapply/GenApply.hs
index e9f335debd..1a03140521 100644
--- a/utils/genapply/GenApply.hs
+++ b/utils/genapply/GenApply.hs
@@ -6,7 +6,6 @@ module Main(main) where
#include "../../includes/Constants.h"
-#if __GLASGOW_HASKELL__ >= 504
import Text.PrettyPrint
import Data.Word
import Data.Bits
@@ -14,14 +13,6 @@ import Data.List ( intersperse )
import System.Exit
import System.Environment
import System.IO
-#else
-import System
-import IO
-import Bits
-import Word
-import Pretty
-import List ( intersperse )
-#endif
-- -----------------------------------------------------------------------------
-- Argument kinds (rougly equivalent to PrimRep)