aboutsummaryrefslogtreecommitdiffstats
path: root/Roledex.hs
diff options
context:
space:
mode:
authorShachaf Ben-Kiki <shachaf@gmail.com>2007-10-17 21:46:22 +0200
committerShachaf Ben-Kiki <shachaf@gmail.com>2007-10-17 21:46:22 +0200
commitc3d8c3ed79f56ed5b7b57684b6d2c9e40b9e0f57 (patch)
tree7cca16ed1cd1c782ec867e111eba87159cfa9a02 /Roledex.hs
parentaedbae96511e8de976cf143f240d3e0be6ac7858 (diff)
downloadXMonadContrib-c3d8c3ed79f56ed5b7b57684b6d2c9e40b9e0f57.tar.gz
XMonadContrib-c3d8c3ed79f56ed5b7b57684b6d2c9e40b9e0f57.tar.xz
XMonadContrib-c3d8c3ed79f56ed5b7b57684b6d2c9e40b9e0f57.zip
Fix LANGUAGE pragmas
darcs-hash:20071017194622-bffde-8b6cad43545154215b1feef0db8cd66b618aba74.gz
Diffstat (limited to 'Roledex.hs')
-rw-r--r--Roledex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Roledex.hs b/Roledex.hs
index 59d9954..cb74dd5 100644
--- a/Roledex.hs
+++ b/Roledex.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE FlexibleInstances, TypeSynonymInstances, MultiParamTypeClasses #-}
+{-# LANGUAGE FlexibleInstances, MultiParamTypeClasses, TypeSynonymInstances #-}
-----------------------------------------------------------------------------
-- |