Turned off tab warnings for the files auto-generated by Alex (which contain a lot of tabs)

This commit is contained in:
Neil Brown 2008-01-26 19:37:43 +00:00
parent 07fe209140
commit 34584130d4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ {-# OPTIONS_GHC -fno-warn-unused-imports #-}
{ {-# OPTIONS_GHC -fno-warn-unused-imports -fno-warn-tabs #-}
{-
Tock: a compiler for parallel languages
Copyright (C) 2007 University of Kent

View File

@ -1,4 +1,4 @@
{ {-# OPTIONS_GHC -fno-warn-unused-imports #-}
{ {-# OPTIONS_GHC -fno-warn-unused-imports -fno-warn-tabs #-}
{-
Tock: a compiler for parallel languages
Copyright (C) 2007 University of Kent