Add support for Data.Char.generalCategory to libcompat
[ghc-hetmet.git] / ghc / lib / compat / cbits / unicode.c
diff --git a/ghc/lib/compat/cbits/unicode.c b/ghc/lib/compat/cbits/unicode.c
new file mode 100644 (file)
index 0000000..0e0d1c5
--- /dev/null
@@ -0,0 +1,3 @@
+#if __GLASGOW_HASKELL__ < 604
+#include "WCsubst.c"
+#endif