#5606: Fix validate by moving {-# OPTIONS -fno-warn-tabs #-}
---------------------------------+------------------------------------------
    Reporter:  thorkilnaur       |       Owner:                     
        Type:  bug               |      Status:  new                
    Priority:  normal            |   Component:  Compiler           
     Version:  7.3               |    Keywords:                     
    Testcase:                    |   Blockedby:                     
          Os:  Unknown/Multiple  |    Blocking:                     
Architecture:  Unknown/Multiple  |     Failure:  Building GHC failed
---------------------------------+------------------------------------------
 Attached patch fixes validate for
 {{{
 $ uname -a
 Darwin thorkil-naurs-intel-mac-mini.local 9.8.0 Darwin Kernel Version
 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
 i386
 $ ghc --version
 The Glorious Glasgow Haskell Compilation System, version 6.12.3
 $
 }}}
 and
 {{{
 $ uname -a
 Linux tn24 2.6.32-34-generic #77-Ubuntu SMP Tue Sep 13 19:40:53 UTC 2011
 i686 GNU/Linux
 $ ghc --version
 The Glorious Glasgow Haskell Compilation System, version 6.12.3
 $
 }}}
 Warnings like
 {{{
 compiler/basicTypes/Name.lhs:42:1: Warning: Tab character
 }}}
 were issued in the stage1 build and during haddock'ing.

 Best regards
 Thorkil

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5606>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to