gienah 14/03/23 15:03:50 Added: wxcore-0.90.1.1-ghc-7.5.patch Log: Bump wxcore to 0.90.1.1, loosen array dep in 0.13.2.3 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.1 dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxcore/files/wxcore-0.90.1.1-ghc-7.5.patch?rev=1.1&content-type=text/plain Index: wxcore-0.90.1.1-ghc-7.5.patch =================================================================== --- wxcore-0.90.1.1-orig/src/haskell/Graphics/UI/WXCore/Events.hs 2014-03-23 08:01:17.000000000 +1100 +++ wxcore-0.90.1.1/src/haskell/Graphics/UI/WXCore/Events.hs 2014-03-23 17:05:26.428738461 +1100 @@ -1,4 +1,4 @@ -{-# LANGUAGE ForeignFunctionInterface #-} +{-# LANGUAGE CPP, ForeignFunctionInterface #-} ----------------------------------------------------------------------------------------- {-| Module : Events Copyright : (c) Daan Leijen 2003 @@ -248,6 +248,9 @@ import Foreign.Marshal.Alloc import Foreign.Marshal.Array import Foreign.Marshal.Utils +#if (__GLASGOW_HASKELL__>=705) +import Foreign.C.Types(CInt(..)) +#endif import Data.Char ( chr ) -- used in stc import Data.Maybe ( fromMaybe, fromJust )
