Files
gentoo/dev-haskell/wxhaskell/files/wxhaskell-0.13.2.3-ghc-7.10.patch
Sergei Trofimovich 867fdf18cc dev-haskell/wxhaskell: tweak for ghc-7.10, bug #561254
Package-Manager: portage-2.2.26
2016-01-16 22:27:30 +00:00

9 lines
405 B
Diff

diff --git a/src/Graphics/UI/WX/Window.hs b/src/Graphics/UI/WX/Window.hs
index 0b04fa9..39c0505 100644
--- a/src/Graphics/UI/WX/Window.hs
+++ b/src/Graphics/UI/WX/Window.hs
@@ -1,2 +1,2 @@
-{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
+{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, FlexibleContexts #-}
--------------------------------------------------------------------------------