Update of /cvsroot/htoolkit/port/src/Port
In directory sc8-pr-cvs1:/tmp/cvs-serv5463/src/Port
Modified Files:
ConfigKey.hs
Log Message:
Add -#include pragma
Index: ConfigKey.hs
===================================================================
RCS file: /cvsroot/htoolkit/port/src/Port/ConfigKey.hs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ConfigKey.hs 4 Jul 2003 17:39:04 -0000 1.1
--- ConfigKey.hs 16 Jul 2003 22:49:14 -0000 1.2
***************
*** 1,3 ****
! {-# OPTIONS -fglasgow-exts #-}
-----------------------------------------------------------------------------------------
{-| Module : ConfigKey
--- 1,3 ----
! {-# OPTIONS -fglasgow-exts -#include ConfigKey.h #-}
-----------------------------------------------------------------------------------------
{-| Module : ConfigKey
|