mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-17 05:03:55 -07:00
MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragma
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{-# OPTIONS_GHC -fglasgow-exts #-}
|
{-# OPTIONS_GHC -fglasgow-exts #-}
|
||||||
-- above is for compatibility with GHC 6.6.
|
-- above is for compatibility with GHC 6.6.
|
||||||
{-# LANGUAGE TypeSynonymInstances, DeriveDataTypeable #-}
|
{- LANGUAGE TypeSynonymInstances, DeriveDataTypeable -}
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
|
Reference in New Issue
Block a user