mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
10 lines
747 B
Text
10 lines
747 B
Text
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
|
||
|
||
xmonad.hs:207:109: warning: [-Wdeprecations]
|
||
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."
|
||
|
|
||
207 | , manageHook = manageDocks <+> myManageHook <+> (namedScratchpadManageHook scratchpads) <+> manageHook defaultConfig <+> (isFullscreen --> doF W.focusDown <+> doFullFloat)
|
||
| ^^^^^^^^^^^^^
|