patch applied (c2hs): Pretty print ffi import strings as proper Haskell strings
14 May
2007
14 May
'07
9:10 a.m.
Wed May 2 13:52:32 PDT 2007 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> * Pretty print ffi import strings as proper Haskell strings foriegn import ccall "foo\\bar.h baz" baz :: IO () Since the import spec string is actually parsed by the compiler as a Haskell string we should use show to pretty-print it. For one thing this means that windows backslash directory separators get escaped properly "foo\\bar". M ./c2hs/gen/GenBind.hs -2 +2
7029
Age (days ago)
7029
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts