Skip to content

Commit

Permalink
Fix warnings: replaced (deprecated) pragma OPTIONS -fglasgow-exts wit…
Browse files Browse the repository at this point in the history
…h appropriate LANGUAGE pragmas.

Ignore-this: b973ecb74aa9cda89b5584ad7db0a758

darcs-hash:20110527121713-db604-7280404baa2f46a888e9d6147357c020cda067ae.gz
  • Loading branch information
jeremy.odonoghue committed May 27, 2011
1 parent b2cfeb7 commit 5292a09
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Attributes.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE ExistentialQuantification #-}
--------------------------------------------------------------------------------
{-| Module : Attributes
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Classes.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies, DeriveDataTypeable, ScopedTypeVariables #-}
--------------------------------------------------------------------------------
{-| Module : Classes
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Controls.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, MultiParamTypeClasses, DeriveDataTypeable #-}
--------------------------------------------------------------------------------
{-| Module : Controls
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Dialogs.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE TypeSynonymInstances #-}
--------------------------------------------------------------------------------
{-| Module : Dialogs
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Draw.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE TypeSynonymInstances #-}
--------------------------------------------------------------------------------
{-| Module : Draw
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Events.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}

--------------------------------------------------------------------------------
{-| Module : Events
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Frame.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}

--------------------------------------------------------------------------------
{-| Module : Frame
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Layout.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}

-----------------------------------------------------------------------------------------
{-| Module : Layout
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Media.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE TypeSynonymInstances #-}
--------------------------------------------------------------------------------
{-| Module : Media
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Menu.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE TypeSynonymInstances #-}
--------------------------------------------------------------------------------
{-| Module : Menu
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Timer.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE TypeSynonymInstances #-}
--------------------------------------------------------------------------------
{-| Module : Timer
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/TopLevelWindow.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE TypeSynonymInstances #-}
--------------------------------------------------------------------------------
{-| Module : TopLevelWindow
Copyright : (c) Jeremy O'Donoghue, 2007
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Types.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE ScopedTypeVariables #-}
--------------------------------------------------------------------------------
{-| Module : Types
Copyright : (c) Daan Leijen 2003
Expand Down
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Window.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -fglasgow-exts #-}
{-# LANGUAGE TypeSynonymInstances #-}
--------------------------------------------------------------------------------
{-| Module : Window
Copyright : (c) Daan Leijen 2003
Expand Down

0 comments on commit 5292a09

Please sign in to comment.