[clean up HsFFI types
John Meacham <john@repetae.net>**20070607222956] hunk ./data/HsFFI.h 8
-typedef int HsInt;
-typedef uint32_t HsChar;
-typedef int8_t HsInt8;
+
+typedef int32_t HsInt;
+typedef int8_t  HsInt8;
hunk ./data/HsFFI.h 14
-typedef uint8_t HsWord8;
+
+typedef uint32_t HsWord;
+typedef uint8_t  HsWord8;
hunk ./data/HsFFI.h 20
+
+typedef uint32_t HsChar;
hunk ./data/HsFFI.h 23
+
hunk ./data/HsFFI.h 26
+
hunk ./data/jhc_rts.c 9
-static int jhc_stdrnd[2] A_UNUSED = { 1 , 1 };
+static HsInt jhc_stdrnd[2] A_UNUSED = { 1 , 1 };