diff options
Diffstat (limited to 'libraries/base/System/Info.hs')
-rw-r--r-- | libraries/base/System/Info.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/base/System/Info.hs b/libraries/base/System/Info.hs index 8655f89109..d387240f74 100644 --- a/libraries/base/System/Info.hs +++ b/libraries/base/System/Info.hs @@ -52,13 +52,6 @@ arch = HOST_ARCH compilerName = "ghc" compilerVersionRaw = __GLASGOW_HASKELL__ -#elif defined(__HUGS__) -#include "platform.h" -os = HOST_OS -arch = HOST_ARCH -compilerName = "hugs" -compilerVersionRaw = 0 -- ToDo - #else #error Unknown compiler name #endif |