mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 04:01:52 -07:00
Fix compatibility issue with GHC 7.6.x and 7.8.x
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user