Compile with ghc7

This commit is contained in:
Mats Rauhala
2011-05-04 19:24:55 +00:00
parent 8056bb5c2c
commit 2ab79a7c35
6 changed files with 21 additions and 38 deletions

View File

@@ -35,11 +35,6 @@ import Data.List (find)
import Data.Maybe (isNothing)
import Control.Monad (when)
-- The following imports are to allow haddock to find links for documentation
-- only.
import XMonad.Actions.CopyWindow (copy)
import XMonad.Prompt (defaultXPConfig)
-- $usage
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
--