squelch tab warnings
This commit is contained in:
parent
b82ab21468
commit
1d0dbdf201
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
- License: BSD-2-clause
|
||||
-}
|
||||
|
||||
{-# OPTIONS_GHC -fno-warn-tabs #-}
|
||||
|
||||
module Utility.Applicative (
|
||||
(<$$>),
|
||||
) where
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
-}
|
||||
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-# OPTIONS_GHC -fno-warn-tabs #-}
|
||||
|
||||
module Utility.FileSize (
|
||||
FileSize,
|
||||
|
|
Loading…
Add table
Reference in a new issue