summaryrefslogtreecommitdiff
path: root/dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch')
-rw-r--r--dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch b/dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch
new file mode 100644
index 000000000000..6c7c2c7e9ce5
--- /dev/null
+++ b/dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch
@@ -0,0 +1,5 @@
+--- a/src/haskell/Graphics/UI/WXCore/WxcTypes.hs
++++ b/src/haskell/Graphics/UI/WXCore/WxcTypes.hs
+@@ -125 +125 @@ import Data.Ix
+-import Foreign.C
++import Foreign.C hiding (CBool)