diff options
author | nornagon <nornagon@gmail.com> | 2007-10-07 00:31:56 +0200 |
---|---|---|
committer | nornagon <nornagon@gmail.com> | 2007-10-07 00:31:56 +0200 |
commit | fc0d9e6f71518b069858fabd3963613fc80643aa (patch) | |
tree | a2f0945f09975949ea6239868e4b592be244c58d | |
parent | e2c5e75542ca1d341846c7dfd87e352e7d04a7cb (diff) | |
download | XMonadContrib-fc0d9e6f71518b069858fabd3963613fc80643aa.tar.gz XMonadContrib-fc0d9e6f71518b069858fabd3963613fc80643aa.tar.xz XMonadContrib-fc0d9e6f71518b069858fabd3963613fc80643aa.zip |
Replace -fglasgow-exts with LANGUAGE pragma in ResizableTile.hs
darcs-hash:20071006223156-25eb7-7d3dfe1fbbd8f54ca3c756c0d9fbbf21eb4e56e6.gz
-rw-r--r-- | ResizableTile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ResizableTile.hs b/ResizableTile.hs index f4617d2..650e3fa 100644 --- a/ResizableTile.hs +++ b/ResizableTile.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} +{-# LANGUAGE GeneralizedNewtypeDeriving, FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : XMonadContrib.ResizableTile |