diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-09-30 22:04:43 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-09-30 22:04:43 +0200 |
commit | 1562d2074418d71c2c4936624561d34837d57977 (patch) | |
tree | b607273d8df98ab391453e6700ab3dd72ea4f5d1 | |
parent | 349a52af729ffa57d75538ee6f939d3b52a4a1ff (diff) | |
download | XMonadContrib-1562d2074418d71c2c4936624561d34837d57977.tar.gz XMonadContrib-1562d2074418d71c2c4936624561d34837d57977.tar.xz XMonadContrib-1562d2074418d71c2c4936624561d34837d57977.zip |
Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile
Ignore-this: 861364005402c2c34a20495dd2bb81f8
darcs-hash:20090930200443-1499c-89f7716441e4427dd2ec1427c08d28edd48c339f.gz
Diffstat (limited to '')
-rw-r--r-- | XMonad/Layout/MouseResizableTile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/MouseResizableTile.hs b/XMonad/Layout/MouseResizableTile.hs index 9d86b3e..2d19056 100644 --- a/XMonad/Layout/MouseResizableTile.hs +++ b/XMonad/Layout/MouseResizableTile.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} -- For deriving Data/Typeable +{-# LANGUAGE DeriveDataTypeable, FlexibleInstances, MultiParamTypeClasses, PatternGuards #-} ---------------------------------------------------------------------------- -- | -- Module : XMonad.Layout.MouseResizableTile |