Declare language extensions via `{-# LANGUAGE -#}`
Only language extensions not active when `-XHaskell2010` is enabled are
declared, this way we can drop many redundant
`{-# LANGUAGE ForeignFunctionInterface #-}` occurences. This commit also
removes/replaces some `{-# OPTIONS_GHC -XRecordWildCards #-}` pragmas.
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
Showing
- System/Posix.hs 1 addition, 0 deletionsSystem/Posix.hs
- System/Posix/ByteString.hs 1 addition, 0 deletionsSystem/Posix/ByteString.hs
- System/Posix/Directory.hsc 1 addition, 1 deletionSystem/Posix/Directory.hsc
- System/Posix/Directory/ByteString.hsc 1 addition, 1 deletionSystem/Posix/Directory/ByteString.hsc
- System/Posix/Directory/Common.hsc 0 additions, 1 deletionSystem/Posix/Directory/Common.hsc
- System/Posix/DynamicLinker/Module.hsc 0 additions, 1 deletionSystem/Posix/DynamicLinker/Module.hsc
- System/Posix/DynamicLinker/Module/ByteString.hsc 0 additions, 1 deletionSystem/Posix/DynamicLinker/Module/ByteString.hsc
- System/Posix/DynamicLinker/Prim.hsc 0 additions, 1 deletionSystem/Posix/DynamicLinker/Prim.hsc
- System/Posix/Env.hsc 0 additions, 1 deletionSystem/Posix/Env.hsc
- System/Posix/Env/ByteString.hsc 0 additions, 1 deletionSystem/Posix/Env/ByteString.hsc
- System/Posix/Error.hs 1 addition, 0 deletionsSystem/Posix/Error.hs
- System/Posix/Files.hsc 0 additions, 1 deletionSystem/Posix/Files.hsc
- System/Posix/Files/Common.hsc 0 additions, 1 deletionSystem/Posix/Files/Common.hsc
- System/Posix/IO.hsc 0 additions, 2 deletionsSystem/Posix/IO.hsc
- System/Posix/IO/ByteString.hsc 0 additions, 2 deletionsSystem/Posix/IO/ByteString.hsc
- System/Posix/IO/Common.hsc 1 addition, 2 deletionsSystem/Posix/IO/Common.hsc
- System/Posix/Process.hsc 0 additions, 1 deletionSystem/Posix/Process.hsc
- System/Posix/Process/ByteString.hsc 0 additions, 1 deletionSystem/Posix/Process/ByteString.hsc
- System/Posix/Process/Common.hsc 1 addition, 1 deletionSystem/Posix/Process/Common.hsc
- System/Posix/Process/Internals.hs 1 addition, 0 deletionsSystem/Posix/Process/Internals.hs
Loading
Please register or sign in to comment