aboutsummaryrefslogtreecommitdiffstats
path: root/DragPane.hs
diff options
context:
space:
mode:
authorJoachim Fasting <joachim.fasting@gmail.com>2007-09-09 16:42:05 +0200
committerJoachim Fasting <joachim.fasting@gmail.com>2007-09-09 16:42:05 +0200
commitef156810fcf97eef55957a550d5e7ac729f65558 (patch)
tree68e76d75a52c812beb77d71c4ff9aad7b075f50f /DragPane.hs
parentcc9c3ca0a4d5ced7506389f167d7afc0194d3ab8 (diff)
downloadXMonadContrib-ef156810fcf97eef55957a550d5e7ac729f65558.tar.gz
XMonadContrib-ef156810fcf97eef55957a550d5e7ac729f65558.tar.xz
XMonadContrib-ef156810fcf97eef55957a550d5e7ac729f65558.zip
DragPane.hs: needs -fglasgow-exts to compile.
darcs-hash:20070909144205-928c4-bba17f09cebf8f69c797fb4760aa101018163442.gz
Diffstat (limited to '')
-rw-r--r--DragPane.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DragPane.hs b/DragPane.hs
index 6989ac4..cca791e 100644
--- a/DragPane.hs
+++ b/DragPane.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS_GHC -fglasgow-exts #-}
-----------------------------------------------------------------------------
-- |
-- Module : XMonadContrib.DragPane