diff options
Diffstat (limited to 'Utility/Data.hs')
-rw-r--r-- | Utility/Data.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utility/Data.hs b/Utility/Data.hs index 5ecd218fb..27c0a824c 100644 --- a/Utility/Data.hs +++ b/Utility/Data.hs @@ -5,6 +5,8 @@ - License: BSD-2-clause -} +{-# OPTIONS_GHC -fno-warn-tabs #-} + module Utility.Data where {- First item in the list that is not Nothing. -} |