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
|
- License: BSD-2-clause
|
||||||
-}
|
-}
|
||||||
|
|
||||||
|
{-# OPTIONS_GHC -fno-warn-tabs #-}
|
||||||
|
|
||||||
module Utility.Applicative (
|
module Utility.Applicative (
|
||||||
(<$$>),
|
(<$$>),
|
||||||
) where
|
) where
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
|
{-# OPTIONS_GHC -fno-warn-tabs #-}
|
||||||
|
|
||||||
module Utility.FileSize (
|
module Utility.FileSize (
|
||||||
FileSize,
|
FileSize,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue