mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
fix build with ghc-6.12
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{-#
|
||||
LANGUAGE ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
||||
FlexibleInstances, MultiParamTypeClasses
|
||||
FlexibleInstances, MultiParamTypeClasses,
|
||||
FlexibleContexts -- ghc-6.12 only
|
||||
#-}
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
|
Reference in New Issue
Block a user