Changeset 21673 for src/Pugs/AST.hs-boot

Show
Ignore:
Timestamp:
08/01/08 13:56:05 (4 months ago)
Author:
audreyt
Message:

* Import Pugs 6.2.13.11 from Hackage into our source tree.
* Highlights:

  • Much faster startup time
  • Slightly faster compilation time (mostly due to refactored Pugs.AST.Internals)
  • Portable-to-Win32 readline thanks to Haskeline
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST.hs-boot

    r15497 r21673  
    11{-# OPTIONS_GHC -fglasgow-exts -fno-warn-orphans -funbox-strict-fields -fallow-overlapping-instances #-} 
    22module Pugs.AST where 
    3 import Pugs.Internals.Cast 
     3import Pugs.Internals 
    44import Pugs.Types 
    55import Pugs.Class hiding (Val)