mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
Replace most -fglasgow-exts with specific LANGUAGE pragmas
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{-# OPTIONS_GHC -fglasgow-exts #-}
|
||||
-- above is for compatibility with GHC 6.6.
|
||||
{- LANGUAGE TypeSynonymInstances, DeriveDataTypeable -}
|
||||
{-# LANGUAGE TypeSynonymInstances, DeriveDataTypeable, MultiParamTypeClasses #-}
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
|
Reference in New Issue
Block a user