mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile
This commit is contained in:
parent
8aa3450f83
commit
3bc9c11d97
@ -1,4 +1,4 @@
|
|||||||
{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable
|
{-# LANGUAGE DeriveDataTypeable, FlexibleInstances, MultiParamTypeClasses, PatternGuards #-}
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Layout.MouseResizableTile
|
-- Module : XMonad.Layout.MouseResizableTile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user