Turned off tab warnings for the files auto-generated by Alex (which contain a lot of tabs)
This commit is contained in:
parent
07fe209140
commit
34584130d4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user