diff options
Diffstat (limited to 'libraries/base/GHC/IO/Device.hs')
-rw-r--r-- | libraries/base/GHC/IO/Device.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/base/GHC/IO/Device.hs b/libraries/base/GHC/IO/Device.hs index f3f330bbcf..963cb9f9e5 100644 --- a/libraries/base/GHC/IO/Device.hs +++ b/libraries/base/GHC/IO/Device.hs @@ -35,12 +35,6 @@ import GHC.Num import GHC.IO import {-# SOURCE #-} GHC.IO.Exception ( unsupportedOperation ) #endif -#ifdef __NHC__ -import Foreign -import Ix -import Control.Exception.Base -unsupportedOperation = userError "unsupported operation" -#endif -- | A low-level I/O provider where the data is bytes in memory. class RawIO a where |