Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- XMonad will use ghc to recompile, because none of "/home/<user>/.config/xmonad/build", "/home/<user>/.config/xmonad/stack.yaml", "/home/<user>/.config/xmonad/flake.nix", "/home/<user>/.config/xmonad/default.nix" exist.
- XMonad recompiling (forced).
- Errors detected while compiling xmonad config: /home/<user>/.config/xmonad/xmonad.hs
- $ ghc --make xmonad.hs -i -ilib -fforce-recomp -main-is main -dynamic -v0 -outputdir /home/<user>/.cache/xmonad/build-x86_64-linux -o /home/<user>/.cache/xmonad/xmonad-x86_64-linux
- xmonad.hs:3:1: error:
- Could not load module ‘XMonad.Actions.CycleWS’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 3 | import XMonad.Actions.CycleWS
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:4:1: error:
- Could not load module ‘XMonad.Actions.NoBorders’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 4 | import XMonad.Actions.NoBorders
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:5:1: error:
- Could not load module ‘XMonad.Actions.Minimize’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 5 | import XMonad.Actions.Minimize
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:6:1: error:
- Could not load module ‘XMonad.Hooks.ManageDocks’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 6 | import XMonad.Hooks.ManageDocks -- Toggle struts
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:7:1: error:
- Could not load module ‘XMonad.Hooks.DynamicLog’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 7 | import XMonad.Hooks.DynamicLog -- xmobar
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:8:1: error:
- Could not load module ‘XMonad.Hooks.SetWMName’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 8 | import XMonad.Hooks.SetWMName
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:9:1: error:
- Could not load module ‘XMonad.Hooks.ManageHelpers’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 9 | import XMonad.Hooks.ManageHelpers
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:10:1: error:
- Could not load module ‘XMonad.Hooks.EwmhDesktops’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 10 | import XMonad.Hooks.EwmhDesktops -- Needed for rescuetime
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:11:1: error:
- Could not load module ‘XMonad.Hooks.ManageHelpers’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 11 | import XMonad.Hooks.ManageHelpers (isFullscreen, doFullFloat, doCenterFloat)
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:13:1: error:
- Could not load module ‘XMonad.Util.Themes’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 13 | import XMonad.Util.Themes
- | ^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:14:1: error:
- Could not load module ‘XMonad.Util.Run’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 14 | import XMonad.Util.Run
- | ^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:16:1: error:
- Could not load module ‘XMonad.Layout.SubLayouts’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 16 | import XMonad.Layout.SubLayouts -- Sublayout: pullGroup, MergeAll, UnMerge
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:17:1: error:
- Could not load module ‘XMonad.Layout.PerWorkspace’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 17 | import XMonad.Layout.PerWorkspace
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:18:1: error:
- Could not load module ‘XMonad.Layout.TwoPane’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 18 | import XMonad.Layout.TwoPane
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:19:1: error:
- Could not load module ‘XMonad.Layout.Combo’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 19 | import XMonad.Layout.Combo
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:20:1: error:
- Could not load module ‘XMonad.Layout.Spiral’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 20 | import XMonad.Layout.Spiral
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:21:1: error:
- Could not load module ‘XMonad.Layout.IM’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 21 | import XMonad.Layout.IM
- | ^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:22:1: error:
- Could not load module ‘XMonad.Layout.Grid’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 22 | import XMonad.Layout.Grid
- | ^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:23:1: error:
- Could not load module ‘XMonad.Layout.Reflect’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 23 | import XMonad.Layout.Reflect
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:24:1: error:
- Could not load module ‘XMonad.Layout.SimpleDecoration’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 24 | import XMonad.Layout.SimpleDecoration
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:25:1: error:
- Could not load module ‘XMonad.Layout.NoBorders’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 25 | import XMonad.Layout.NoBorders
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:26:1: error:
- Could not load module ‘XMonad.Layout.ResizableTile’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 26 | import XMonad.Layout.ResizableTile
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:27:1: error:
- Could not load module ‘XMonad.Layout.LayoutScreens’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 27 | import XMonad.Layout.LayoutScreens
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:28:1: error:
- Could not load module ‘XMonad.Layout.WindowNavigation’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 28 | import XMonad.Layout.WindowNavigation
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:29:1: error:
- Could not load module ‘XMonad.Layout.ThreeColumns’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 29 | import XMonad.Layout.ThreeColumns
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:30:1: error:
- Could not load module ‘XMonad.Layout.Renamed’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 30 | import XMonad.Layout.Renamed
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:31:1: error:
- Could not load module ‘XMonad.Layout.MouseResizableTile’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 31 | import XMonad.Layout.MouseResizableTile
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:32:1: error:
- Could not load module ‘XMonad.Layout.Minimize’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 32 | import XMonad.Layout.Minimize
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:36:1: error:
- Could not load module ‘XMonad.Layout.LayoutCombinators’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 36 | import XMonad.Layout.LayoutCombinators -- use the one from LayoutCombinators instead
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:37:1: error:
- Could not load module ‘XMonad.Util.EZConfig’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 37 | import XMonad.Util.EZConfig -- add keybindings easily
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:46:1: error:
- Could not load module ‘XMonad.Layout.BoringWindows’
- It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
- which is unusable due to missing dependencies:
- random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 46 | import qualified XMonad.Layout.BoringWindows as BW
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Please check the file for errors.
- Error: Can't open display:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement