Changeset 21673 for src/Pugs/External
- Timestamp:
- 08/01/08 13:56:05 (4 months ago)
- Files:
-
- 1 modified
-
src/Pugs/External/Haskell.hs (modified) (2 diffs)
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 #-} 2 4 3 5 module Pugs.External.Haskell where … … 5 7 6 8 #undef PUGS_HAVE_TH 7 #include "../pugs_config.h"9 -- #include "../pugs_config.h" 8 10 #if !defined(PUGS_HAVE_TH) || !defined(PUGS_HAVE_HSPLUGINS) 9 11 externalizeHaskell :: String -> String -> IO String
