diff options
Diffstat (limited to 'x11-toolkits/hs-wxdirect/files/patch-src__CompileClassInfo.hs')
-rw-r--r-- | x11-toolkits/hs-wxdirect/files/patch-src__CompileClassInfo.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/hs-wxdirect/files/patch-src__CompileClassInfo.hs b/x11-toolkits/hs-wxdirect/files/patch-src__CompileClassInfo.hs new file mode 100644 index 000000000000..c286a3cb265b --- /dev/null +++ b/x11-toolkits/hs-wxdirect/files/patch-src__CompileClassInfo.hs @@ -0,0 +1,10 @@ +--- ./src/CompileClassInfo.hs.orig 2012-04-18 17:05:10.000000000 +0200 ++++ ./src/CompileClassInfo.hs 2013-05-04 03:12:14.541798377 +0200 +@@ -45,6 +45,7 @@ + , [ " ) where" + , "" + , "import System.IO.Unsafe( unsafePerformIO )" ++ , "import Foreign.C.Types ( CInt(..), CWchar(..), CDouble(..) )" + , "import " ++ moduleRoot ++ moduleClassTypesName + , "import " ++ moduleRoot ++ "WxcTypes" + , "import " ++ moduleRoot ++ moduleClassesName |