JustPaste.it
User avatar
@anonymous · Aug 12, 2024

~ λ xmonad --recompile
XMonad will use ghc to recompile, because none of "/home/owg1/.xmonad/build", "/home/owg1/.xmonad/stack.yaml", "/home/owg1/.xmonad/flake.nix", "/home/owg1/.xmonad/default.nix" exist.
XMonad recompiling (forced).
Errors detected while compiling xmonad config: /home/owg1/.xmonad/xmonad.hs
$ ghc --make xmonad.hs -i -ilib -fforce-recomp -main-is main -dynamic -v0 -outputdir /home/owg1/.xmonad/build-x86_64-linux -o /home/owg1/.xmonad/xmonad-x86_64-linux

xmonad.hs:2:1: error:
    Could not load module ‘XMonad.Actions.CycleWS’
    It is a member of the package ‘xmonad-contrib-0.18.0-HKfLv1iYZfT6CWBYGWkxW2’
    which is unusable due to missing dependencies:
      random-1.2.1.2-LCKSS7rEcRbACR8x8dKjFH
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
2 | import XMonad.Actions.CycleWS
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:3:1: error:
    Could not load module ‘XMonad.Layout.NoBorders’
    It is a member of the package ‘xmonad-contrib-0.18.0-HKfLv1iYZfT6CWBYGWkxW2’
    which is unusable due to missing dependencies:
      random-1.2.1.2-LCKSS7rEcRbACR8x8dKjFH
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
3 | import XMonad.Layout.NoBorders
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:4:1: error:
    Could not load module ‘XMonad.Hooks.DynamicLog’
    It is a member of the package ‘xmonad-contrib-0.18.0-HKfLv1iYZfT6CWBYGWkxW2’
    which is unusable due to missing dependencies:
      random-1.2.1.2-LCKSS7rEcRbACR8x8dKjFH
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
4 | import XMonad.Hooks.DynamicLog
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:5:1: error:
    Could not load module ‘XMonad.Util.Run’
    It is a member of the package ‘xmonad-contrib-0.18.0-HKfLv1iYZfT6CWBYGWkxW2’
    which is unusable due to missing dependencies:
      random-1.2.1.2-LCKSS7rEcRbACR8x8dKjFH
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
5 | import XMonad.Util.Run(spawnPipe)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:6:1: error:
    Could not load module ‘XMonad.Hooks.ManageHelpers’
    It is a member of the package ‘xmonad-contrib-0.18.0-HKfLv1iYZfT6CWBYGWkxW2’
    which is unusable due to missing dependencies:
      random-1.2.1.2-LCKSS7rEcRbACR8x8dKjFH
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
6 | import XMonad.Hooks.ManageHelpers
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:8:1: error:
    Could not load module ‘XMonad.Util.EZConfig’
    It is a member of the package ‘xmonad-contrib-0.18.0-HKfLv1iYZfT6CWBYGWkxW2’
    which is unusable due to missing dependencies:
      random-1.2.1.2-LCKSS7rEcRbACR8x8dKjFH
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
8 | import XMonad.Util.EZConfig
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:9:1: error:
    Could not load module ‘XMonad.Layout.ResizableTile’
    It is a member of the package ‘xmonad-contrib-0.18.0-HKfLv1iYZfT6CWBYGWkxW2’
    which is unusable due to missing dependencies:
      random-1.2.1.2-LCKSS7rEcRbACR8x8dKjFH
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
9 | import XMonad.Layout.ResizableTile
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

xmonad.hs:10:1: error:
    Could not load module ‘XMonad.Actions.CopyWindow’
    It is a member of the package ‘xmonad-contrib-0.18.0-HKfLv1iYZfT6CWBYGWkxW2’
    which is unusable due to missing dependencies:
      random-1.2.1.2-LCKSS7rEcRbACR8x8dKjFH
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
10 | import XMonad.Actions.CopyWindow
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Please check the file for errors.

xmonad: xmessage: executeFile: does not exist (No such file or directory)
~ λ