2020-03-19 13:14:18 +00:00
|
|
|
|
Stack has not been tested with GHC versions above 8.6, and using 8.8.3, this may fail
|
|
|
|
|
Stack has not been tested with Cabal versions above 2.4, but version 3.0.1.0 was found, this may fail
|
2020-03-19 11:03:08 +00:00
|
|
|
|
|
2020-03-20 19:00:15 +00:00
|
|
|
|
xmonad.hs:207:109: warning: [-Wdeprecations]
|
2020-03-20 15:40:53 +00:00
|
|
|
|
In the use of ‘defaultConfig’
|
|
|
|
|
(imported from XMonad, but defined in XMonad.Config):
|
|
|
|
|
Deprecated: "Use def (from Data.Default, and re-exported by XMonad and XMonad.Config) instead."
|
2020-03-19 11:03:08 +00:00
|
|
|
|
|
|
2020-03-20 19:00:15 +00:00
|
|
|
|
207 | , manageHook = manageDocks <+> myManageHook <+> (namedScratchpadManageHook scratchpads) <+> manageHook defaultConfig <+> (isFullscreen --> doF W.focusDown <+> doFullFloat)
|
2020-03-20 15:40:53 +00:00
|
|
|
|
| ^^^^^^^^^^^^^
|