add missing extensions for Windows
authorSimon Marlow <marlowsd@gmail.com>
Mon, 31 Jan 2011 14:32:58 +0000 (14:32 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 31 Jan 2011 14:32:58 +0000 (14:32 +0000)
GHC/Conc/Windows.hs
GHC/ConsoleHandler.hs
GHC/IO/Encoding.hs
GHC/IO/Encoding/CodePage.hs
GHC/IO/Handle/FD.hs

index 96f034c..6ae525c 100644 (file)
@@ -1,4 +1,5 @@
-{-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE NoImplicitPrelude, MagicHash, UnboxedTuples, ForeignFunctionInterface,
+             DeriveDataTypeable #-}
 {-# OPTIONS_GHC -fno-warn-missing-signatures #-}
 {-# OPTIONS_HADDOCK not-home #-}
 
index 223a2bb..562ef32 100644 (file)
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP #-}
+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
 
 -----------------------------------------------------------------------------
 -- |
index 9f56966..5d8ecb4 100644 (file)
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, NoImplicitPrelude #-}
+{-# LANGUAGE CPP, NoImplicitPrelude, PatternGuards #-}
 {-# OPTIONS_GHC -funbox-strict-fields #-}
 
 -----------------------------------------------------------------------------
index 5edda21..9ecc1fc 100644 (file)
@@ -1,4 +1,5 @@
-{-# LANGUAGE CPP, BangPatterns, NoImplicitPrelude #-}
+{-# LANGUAGE CPP, BangPatterns, ForeignFunctionInterface, NoImplicitPrelude,
+             NondecreasingIndentation, MagicHash #-}
 module GHC.IO.Encoding.CodePage(
 #if !defined(mingw32_HOST_OS)
  ) where
index fd188a8..4c380d6 100644 (file)
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, NoImplicitPrelude, PatternGuards #-}
+{-# LANGUAGE CPP, NoImplicitPrelude, PatternGuards, ForeignFunctionInterface #-}
 
 -----------------------------------------------------------------------------
 -- |