more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying.

This commit is contained in:
Joey Hess 2015-05-10 16:38:49 -04:00
parent ed4fe02896
commit 5c7cdbae46
14 changed files with 24 additions and 0 deletions

View file

@ -6,6 +6,7 @@
-} -}
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Assistant.Install.AutoStart where module Assistant.Install.AutoStart where

View file

@ -6,6 +6,7 @@
-} -}
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Assistant.Install.Menu where module Assistant.Install.Menu where

View file

@ -1,5 +1,7 @@
{- Checks system configuration and generates SysConfig.hs. -} {- Checks system configuration and generates SysConfig.hs. -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Build.Configure where module Build.Configure where
import System.Directory import System.Directory

View file

@ -7,6 +7,7 @@
-} -}
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Build.DesktopFile where module Build.DesktopFile where

View file

@ -1,5 +1,7 @@
{- Tests the system and generates Build.SysConfig.hs. -} {- Tests the system and generates Build.SysConfig.hs. -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Build.TestConfig where module Build.TestConfig where
import Utility.Path import Utility.Path

View file

@ -1,5 +1,7 @@
{- Package version determination, for configure script. -} {- Package version determination, for configure script. -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Build.Version where module Build.Version where
import Data.Maybe import Data.Maybe

View file

@ -5,6 +5,8 @@
- Licensed under the GNU GPL version 3 or higher. - Licensed under the GNU GPL version 3 or higher.
-} -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Config.Files where module Config.Files where
import Common import Common

View file

@ -5,6 +5,8 @@
- Licensed under the GNU GPL version 3 or higher. - Licensed under the GNU GPL version 3 or higher.
-} -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Git.Version ( module Git.Version (
installed, installed,
older, older,

View file

@ -5,6 +5,8 @@
- License: BSD-2-clause - License: BSD-2-clause
-} -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Utility.DottedVersion where module Utility.DottedVersion where
import Common import Common

View file

@ -6,6 +6,7 @@
-} -}
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Utility.Env where module Utility.Env where

View file

@ -8,6 +8,8 @@
- License: BSD-2-clause - License: BSD-2-clause
-} -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Utility.ExternalSHA (externalSHA) where module Utility.ExternalSHA (externalSHA) where
import Utility.SafeCommand import Utility.SafeCommand

View file

@ -10,6 +10,8 @@
- License: BSD-2-clause - License: BSD-2-clause
-} -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Utility.FreeDesktop ( module Utility.FreeDesktop (
DesktopEntry, DesktopEntry,
genDesktopEntry, genDesktopEntry,

View file

@ -5,6 +5,8 @@
- License: BSD-2-clause - License: BSD-2-clause
-} -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Utility.Network where module Utility.Network where
import Utility.Process import Utility.Process

View file

@ -5,6 +5,8 @@
- them being accidentially used. - them being accidentially used.
-} -}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Utility.PartialPrelude where module Utility.PartialPrelude where
import qualified Data.Maybe import qualified Data.Maybe