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, 0 insertions, 10 deletions
diff --git a/x11-toolkits/hs-wxdirect/files/patch-src__CompileClasses.hs b/x11-toolkits/hs-wxdirect/files/patch-src__CompileClasses.hs deleted file mode 100644 index 5e78697528cd..000000000000 --- a/x11-toolkits/hs-wxdirect/files/patch-src__CompileClasses.hs +++ /dev/null @@ -1,10 +0,0 @@ ---- ./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 - , "" |