Changeset 12324 for src/Pugs/Compile

Show
Ignore:
Timestamp:
08/16/06 20:03:31 (2 years ago)
Author:
gaal
Message:

* Bring the glory to 6.4.2

Location:
src/Pugs/Compile
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile/PIL2.hs

    r12317 r12324  
    1 {-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp -fno-warn-deprecations #-} 
     1{-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp -fno-warn-deprecations -fallow-overlapping-instances #-} 
    22 
    33module Pugs.Compile.PIL2 ( 
  • src/Pugs/Compile/Pugs.hs

    r12317 r12324  
    1 {-# OPTIONS_GHC -fglasgow-exts #-} 
     1{-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances #-} 
    22 
    33module Pugs.Compile.Pugs (genPugs) where