<div dir="ltr">Hi,<div><br></div><div>I've recently tried to upgrade xmonad to the latest version but have been experiencing some problems.  My guess is that the version I'm getting from cabal is conflicting with Fedora's packaged version, but I'm not sure how to disentangle.</div><div><br></div><div>I've tried the following, any suggestions would be most welcome:</div><div><br></div><div>> cabal --version<br>cabal-install version 2.4.1.0<br>compiled using version 2.4.1.0 of the Cabal library <br></div><div>> cabal update<br>Warning: The update command is a part of the legacy v1 style of cabal usage.<br><br>Please switch to using either the new project style and the new-update command<br>or the legacy v1-update alias as new-style projects will become the default in<br>the next version of cabal-install. Please file a bug if you cannot replicate a<br>working v1- use case with the new-style commands.<br><br>For more information, see: <a href="https://wiki.haskell.org/Cabal/NewBuild">https://wiki.haskell.org/Cabal/NewBuild</a><br><br>Downloading the latest package list from <a href="http://hackage.haskell.org">hackage.haskell.org</a><br>To revert to previous state run:<br>    cabal update --index-state='2020-02-24T08:44:25Z'<br>> cabal install xmonad<br>Warning: The install command is a part of the legacy v1 style of cabal usage.<br><br>Please switch to using either the new project style and the new-install<br>command or the legacy v1-install alias as new-style projects will become the<br>default in the next version of cabal-install. Please file a bug if you cannot<br>replicate a working v1- use case with the new-style commands.<br><br>For more information, see: <a href="https://wiki.haskell.org/Cabal/NewBuild">https://wiki.haskell.org/Cabal/NewBuild</a><br><br>Resolving dependencies...<br>All the requested packages are already installed:<br>xmonad-0.15<br>Use --reinstall if you want to reinstall anyway.<br>> cabal install xmonad --reinstall<br>Warning: The install command is a part of the legacy v1 style of cabal usage.<br><br>Please switch to using either the new project style and the new-install<br>command or the legacy v1-install alias as new-style projects will become the<br>default in the next version of cabal-install. Please file a bug if you cannot<br>replicate a working v1- use case with the new-style commands.<br><br>For more information, see: <a href="https://wiki.haskell.org/Cabal/NewBuild">https://wiki.haskell.org/Cabal/NewBuild</a><br><br>Resolving dependencies...<br>In order, the following would be installed:<br>xmonad-0.15 (reinstall)<br>cabal: The following packages are likely to be broken by the reinstalls:<br>xmonad-contrib-0.16<br>xmonad-contrib-0.15<br>Use --force-reinstalls if you want to install anyway.<br><br></div></div>