Changeset 12324 for src/Pugs/Compile
- Timestamp:
- 08/16/06 20:03:31 (2 years ago)
- 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 #-} 2 2 3 3 module Pugs.Compile.PIL2 ( -
src/Pugs/Compile/Pugs.hs
r12317 r12324 1 {-# OPTIONS_GHC -fglasgow-exts #-}1 {-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances #-} 2 2 3 3 module Pugs.Compile.Pugs (genPugs) where
