Fix compatibility issue with GHC 7.6.x and 7.8.x

This commit is contained in:
Peter Jones
2016-12-13 19:21:15 -07:00
parent 91d23656a3
commit f58b2399bd

View File

@@ -514,7 +514,7 @@ findFirstDirWithEnv envName paths = do
-- | Get the name of the file used to store the xmonad window state.
stateFileName :: MonadIO m => m FilePath
stateFileName :: (Functor m, MonadIO m) => m FilePath
stateFileName = (</> "xmonad.state") <$> getXMonadDataDir
-- | 'recompile force', recompile the xmonad configuration file when