From: <kr_...@us...> - 2003-07-17 17:55:51
|
Update of /cvsroot/htoolkit/port/src/Port In directory sc8-pr-cvs1:/tmp/cvs-serv20172/src/Port Modified Files: Process.hs Log Message: fix Index: Process.hs =================================================================== RCS file: /cvsroot/htoolkit/port/src/Port/Process.hs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Process.hs 1 May 2003 19:35:35 -0000 1.2 --- Process.hs 17 Jul 2003 17:55:48 -0000 1.3 *************** *** 1,3 **** ! {-# OPTIONS -fglasgow-exts #-} ----------------------------------------------------------------------------------------- {-| Module : Process --- 1,3 ---- ! {-# OPTIONS -fglasgow-exts -#include Types.h #-} ----------------------------------------------------------------------------------------- {-| Module : Process |