diff options
Diffstat (limited to 'dev-haskell/wx/files/wx-0.13.2.3-ghc-7.10.patch')
-rw-r--r-- | dev-haskell/wx/files/wx-0.13.2.3-ghc-7.10.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-haskell/wx/files/wx-0.13.2.3-ghc-7.10.patch b/dev-haskell/wx/files/wx-0.13.2.3-ghc-7.10.patch deleted file mode 100644 index 0d137416994d..000000000000 --- a/dev-haskell/wx/files/wx-0.13.2.3-ghc-7.10.patch +++ /dev/null @@ -1,8 +0,0 @@ -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 #-} - -------------------------------------------------------------------------------- |