Changeset 8907 for src/Pugs/Run/Perl5.hs
- Timestamp:
- 02/01/06 15:53:16 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Run/Perl5.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Run/Perl5.hs
r8905 r8907 1 {-# OPTIONS_GHC -fglasgow-exts -cpp -f no-warn-unused-binds -fno-warn-unused-imports #-}1 {-# OPTIONS_GHC -fglasgow-exts -cpp -fvia-C -optc-w -fno-warn-unused-binds -fno-warn-unused-imports #-} 2 2 3 3 module Pugs.Run.Perl5 () where … … 14 14 import Foreign.C.String 15 15 import Foreign.Marshal.Array 16 import Foreign.StablePtr17 16 18 17 foreign export ccall "pugs_Eval"
