Changeset 21673 for src/Pugs/External

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/External/Haskell.hs

    r3898 r21673  
    1 {-# OPTIONS_GHC -fglasgow-exts -fth -cpp -package plugins #-} 
     1{-# OPTIONS_GHC -fglasgow-exts -cpp #-} 
     2 
     3-- -fth -cpp -package plugins #-} 
    24 
    35module Pugs.External.Haskell where 
     
    57 
    68#undef PUGS_HAVE_TH 
    7 #include "../pugs_config.h" 
     9-- #include "../pugs_config.h" 
    810#if !defined(PUGS_HAVE_TH) || !defined(PUGS_HAVE_HSPLUGINS) 
    911externalizeHaskell :: String -> String -> IO String