summaryrefslogtreecommitdiff
blob: 0d137416994de23e4fee03b266e90bc7fb51ec3c (plain)
1
2
3
4
5
6
7
8
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 #-}
 --------------------------------------------------------------------------------