diff options
Diffstat (limited to 'x11-toolkits/hs-wxdirect/files/patch-src__CompileClasses.hs')
-rw-r--r-- | x11-toolkits/hs-wxdirect/files/patch-src__CompileClasses.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/hs-wxdirect/files/patch-src__CompileClasses.hs b/x11-toolkits/hs-wxdirect/files/patch-src__CompileClasses.hs new file mode 100644 index 000000000000..5e78697528cd --- /dev/null +++ b/x11-toolkits/hs-wxdirect/files/patch-src__CompileClasses.hs @@ -0,0 +1,10 @@ +--- ./src/CompileClasses.hs.orig 2012-04-18 17:05:10.000000000 +0200 ++++ ./src/CompileClasses.hs 2013-05-04 03:12:06.682675621 +0200 +@@ -101,6 +101,7 @@ + , "import qualified Data.ByteString as B (ByteString, useAsCStringLen)" + , "import qualified Data.ByteString.Lazy as LB (ByteString, length, unpack)" + , "import System.IO.Unsafe( unsafePerformIO )" ++ , "import Foreign.C.Types ( CInt(..), CWchar(..), CDouble(..) )" + , "import " ++ moduleRoot ++ "WxcTypes" + , "import " ++ moduleRoot ++ moduleClassTypesName + , "" |