diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-20 19:10:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-20 19:10:59 +0000 |
commit | d78ab147ec3d8c3b06b6e922bed4cd9837c9c797 (patch) | |
tree | d663c5a85c0907b60975de00a4f035bbbc0af7eb /compiler/HsVersions.h | |
parent | 53ddf8f4fb12d723721ad65e47ed54582b666e41 (diff) | |
download | haskell-d78ab147ec3d8c3b06b6e922bed4cd9837c9c797.tar.gz |
Now that we require GHC >= 6.4.2, System.IO.Error is always available
Diffstat (limited to 'compiler/HsVersions.h')
-rw-r--r-- | compiler/HsVersions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index 14f14233ff..1622928602 100644 --- a/compiler/HsVersions.h +++ b/compiler/HsVersions.h @@ -22,12 +22,6 @@ you will screw up the layout where they are used in case expressions! * settings for the target plat instead). */ #include "../includes/ghcautoconf.h" -#if !defined(__GLASGOW_HASKELL__) || __GLASGOW_HASKELL__ >= 602 -#define SYSTEM_IO_ERROR System.IO.Error -#else -#define SYSTEM_IO_ERROR System.IO -#endif - /* Global variables may not work in other Haskell implementations, * but we need them currently! so the conditional on GLASGOW won't do. */ #if defined(__GLASGOW_HASKELL__) || !defined(__GLASGOW_HASKELL__) |