diff options
Diffstat (limited to 'compiler/utils/ListSetOps.lhs')
-rw-r--r-- | compiler/utils/ListSetOps.lhs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/utils/ListSetOps.lhs b/compiler/utils/ListSetOps.lhs index 334fb59689..2c6c6b0b6c 100644 --- a/compiler/utils/ListSetOps.lhs +++ b/compiler/utils/ListSetOps.lhs @@ -5,6 +5,13 @@ \section[ListSetOps]{Set-like operations on lists} \begin{code} +{-# OPTIONS -fno-warn-tabs #-} +-- The above warning supression flag is a temporary kludge. +-- While working on this module you are encouraged to remove it and +-- detab the module (please do the detabbing in a separate patch). See +-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces +-- for details + module ListSetOps ( unionLists, minusList, insertList, |