root/compiler/main/Constants.lhs

Revision 1df198643cc5502ee103f043193d2990c9837e25, 0.6 KB (checked in by Ian Lynagh <igloo@…>, 7 months ago)

Use -fwarn-tabs when validating

We only use it for "compiler" sources, i.e. not for libraries.
Many modules have a -fno-warn-tabs kludge for now.

  • Property mode set to 100644
Line 
1%
2% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
3%
4\section[Constants]{Info about this compilation}
5
6\begin{code}
7{-# OPTIONS -fno-warn-tabs #-}
8-- The above warning supression flag is a temporary kludge.
9-- While working on this module you are encouraged to remove it and
10-- detab the module (please do the detabbing in a separate patch). See
11--     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
12-- for details
13
14module Constants (module Constants) where
15
16#include "ghc_boot_platform.h"
17
18#include "../includes/HaskellConstants.hs"
19
20\end{code}
Note: See TracBrowser for help on using the browser.