mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-30 03:31:51 -07:00
Use LANGUAGE pragmas over -fglasgow-exts
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
{-# OPTIONS -fno-warn-orphans -fglasgow-exts #-}
|
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||||
|
{-# LANGUAGE FlexibleInstances #-}
|
||||||
|
|
||||||
-- \^^ deriving Typeable
|
-- \^^ deriving Typeable
|
||||||
-- --------------------------------------------------------------------------
|
-- --------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
{-# OPTIONS -fglasgow-exts #-}
|
{-# LANGUAGE FlexibleInstances #-}
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.hs
|
-- Module : XMonad.hs
|
||||||
|
Reference in New Issue
Block a user