Advertisement
Guest User

Untitled

a guest
Oct 20th, 2024
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 KB | None | 0 0
  1. 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.
  2. XMonad recompiling (forced).
  3. Errors detected while compiling xmonad config: /home/<user>/.config/xmonad/xmonad.hs
  4. $ 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
  5.  
  6. xmonad.hs:3:1: error:
  7. Could not load module ‘XMonad.Actions.CycleWS’
  8. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  9. which is unusable due to missing dependencies:
  10. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  11. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  12. |
  13. 3 | import XMonad.Actions.CycleWS
  14. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15.  
  16. xmonad.hs:4:1: error:
  17. Could not load module ‘XMonad.Actions.NoBorders’
  18. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  19. which is unusable due to missing dependencies:
  20. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  21. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  22. |
  23. 4 | import XMonad.Actions.NoBorders
  24. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25.  
  26. xmonad.hs:5:1: error:
  27. Could not load module ‘XMonad.Actions.Minimize’
  28. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  29. which is unusable due to missing dependencies:
  30. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  31. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  32. |
  33. 5 | import XMonad.Actions.Minimize
  34. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35.  
  36. xmonad.hs:6:1: error:
  37. Could not load module ‘XMonad.Hooks.ManageDocks’
  38. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  39. which is unusable due to missing dependencies:
  40. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  41. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  42. |
  43. 6 | import XMonad.Hooks.ManageDocks -- Toggle struts
  44. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  45.  
  46. xmonad.hs:7:1: error:
  47. Could not load module ‘XMonad.Hooks.DynamicLog’
  48. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  49. which is unusable due to missing dependencies:
  50. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  51. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  52. |
  53. 7 | import XMonad.Hooks.DynamicLog -- xmobar
  54. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  55.  
  56. xmonad.hs:8:1: error:
  57. Could not load module ‘XMonad.Hooks.SetWMName’
  58. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  59. which is unusable due to missing dependencies:
  60. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  61. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  62. |
  63. 8 | import XMonad.Hooks.SetWMName
  64. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  65.  
  66. xmonad.hs:9:1: error:
  67. Could not load module ‘XMonad.Hooks.ManageHelpers’
  68. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  69. which is unusable due to missing dependencies:
  70. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  71. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  72. |
  73. 9 | import XMonad.Hooks.ManageHelpers
  74. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  75.  
  76. xmonad.hs:10:1: error:
  77. Could not load module ‘XMonad.Hooks.EwmhDesktops’
  78. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  79. which is unusable due to missing dependencies:
  80. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  81. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  82. |
  83. 10 | import XMonad.Hooks.EwmhDesktops -- Needed for rescuetime
  84. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  85.  
  86. xmonad.hs:11:1: error:
  87. Could not load module ‘XMonad.Hooks.ManageHelpers’
  88. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  89. which is unusable due to missing dependencies:
  90. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  91. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  92. |
  93. 11 | import XMonad.Hooks.ManageHelpers (isFullscreen, doFullFloat, doCenterFloat)
  94. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  95.  
  96. xmonad.hs:13:1: error:
  97. Could not load module ‘XMonad.Util.Themes’
  98. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  99. which is unusable due to missing dependencies:
  100. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  101. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  102. |
  103. 13 | import XMonad.Util.Themes
  104. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  105.  
  106. xmonad.hs:14:1: error:
  107. Could not load module ‘XMonad.Util.Run’
  108. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  109. which is unusable due to missing dependencies:
  110. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  111. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  112. |
  113. 14 | import XMonad.Util.Run
  114. | ^^^^^^^^^^^^^^^^^^^^^^
  115.  
  116. xmonad.hs:16:1: error:
  117. Could not load module ‘XMonad.Layout.SubLayouts’
  118. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  119. which is unusable due to missing dependencies:
  120. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  121. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  122. |
  123. 16 | import XMonad.Layout.SubLayouts -- Sublayout: pullGroup, MergeAll, UnMerge
  124. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  125.  
  126. xmonad.hs:17:1: error:
  127. Could not load module ‘XMonad.Layout.PerWorkspace’
  128. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  129. which is unusable due to missing dependencies:
  130. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  131. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  132. |
  133. 17 | import XMonad.Layout.PerWorkspace
  134. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  135.  
  136. xmonad.hs:18:1: error:
  137. Could not load module ‘XMonad.Layout.TwoPane’
  138. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  139. which is unusable due to missing dependencies:
  140. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  141. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  142. |
  143. 18 | import XMonad.Layout.TwoPane
  144. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  145.  
  146. xmonad.hs:19:1: error:
  147. Could not load module ‘XMonad.Layout.Combo’
  148. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  149. which is unusable due to missing dependencies:
  150. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  151. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  152. |
  153. 19 | import XMonad.Layout.Combo
  154. | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  155.  
  156. xmonad.hs:20:1: error:
  157. Could not load module ‘XMonad.Layout.Spiral’
  158. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  159. which is unusable due to missing dependencies:
  160. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  161. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  162. |
  163. 20 | import XMonad.Layout.Spiral
  164. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  165.  
  166. xmonad.hs:21:1: error:
  167. Could not load module ‘XMonad.Layout.IM’
  168. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  169. which is unusable due to missing dependencies:
  170. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  171. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  172. |
  173. 21 | import XMonad.Layout.IM
  174. | ^^^^^^^^^^^^^^^^^^^^^^^
  175.  
  176. xmonad.hs:22:1: error:
  177. Could not load module ‘XMonad.Layout.Grid’
  178. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  179. which is unusable due to missing dependencies:
  180. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  181. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  182. |
  183. 22 | import XMonad.Layout.Grid
  184. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  185.  
  186. xmonad.hs:23:1: error:
  187. Could not load module ‘XMonad.Layout.Reflect’
  188. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  189. which is unusable due to missing dependencies:
  190. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  191. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  192. |
  193. 23 | import XMonad.Layout.Reflect
  194. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  195.  
  196. xmonad.hs:24:1: error:
  197. Could not load module ‘XMonad.Layout.SimpleDecoration’
  198. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  199. which is unusable due to missing dependencies:
  200. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  201. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  202. |
  203. 24 | import XMonad.Layout.SimpleDecoration
  204. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  205.  
  206. xmonad.hs:25:1: error:
  207. Could not load module ‘XMonad.Layout.NoBorders’
  208. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  209. which is unusable due to missing dependencies:
  210. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  211. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  212. |
  213. 25 | import XMonad.Layout.NoBorders
  214. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  215.  
  216. xmonad.hs:26:1: error:
  217. Could not load module ‘XMonad.Layout.ResizableTile’
  218. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  219. which is unusable due to missing dependencies:
  220. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  221. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  222. |
  223. 26 | import XMonad.Layout.ResizableTile
  224. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  225.  
  226. xmonad.hs:27:1: error:
  227. Could not load module ‘XMonad.Layout.LayoutScreens’
  228. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  229. which is unusable due to missing dependencies:
  230. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  231. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  232. |
  233. 27 | import XMonad.Layout.LayoutScreens
  234. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  235.  
  236. xmonad.hs:28:1: error:
  237. Could not load module ‘XMonad.Layout.WindowNavigation’
  238. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  239. which is unusable due to missing dependencies:
  240. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  241. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  242. |
  243. 28 | import XMonad.Layout.WindowNavigation
  244. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  245.  
  246. xmonad.hs:29:1: error:
  247. Could not load module ‘XMonad.Layout.ThreeColumns’
  248. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  249. which is unusable due to missing dependencies:
  250. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  251. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  252. |
  253. 29 | import XMonad.Layout.ThreeColumns
  254. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  255.  
  256. xmonad.hs:30:1: error:
  257. Could not load module ‘XMonad.Layout.Renamed’
  258. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  259. which is unusable due to missing dependencies:
  260. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  261. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  262. |
  263. 30 | import XMonad.Layout.Renamed
  264. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  265.  
  266. xmonad.hs:31:1: error:
  267. Could not load module ‘XMonad.Layout.MouseResizableTile’
  268. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  269. which is unusable due to missing dependencies:
  270. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  271. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  272. |
  273. 31 | import XMonad.Layout.MouseResizableTile
  274. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  275.  
  276. xmonad.hs:32:1: error:
  277. Could not load module ‘XMonad.Layout.Minimize’
  278. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  279. which is unusable due to missing dependencies:
  280. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  281. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  282. |
  283. 32 | import XMonad.Layout.Minimize
  284. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  285.  
  286. xmonad.hs:36:1: error:
  287. Could not load module ‘XMonad.Layout.LayoutCombinators’
  288. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  289. which is unusable due to missing dependencies:
  290. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  291. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  292. |
  293. 36 | import XMonad.Layout.LayoutCombinators -- use the one from LayoutCombinators instead
  294. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  295.  
  296. xmonad.hs:37:1: error:
  297. Could not load module ‘XMonad.Util.EZConfig’
  298. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  299. which is unusable due to missing dependencies:
  300. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  301. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  302. |
  303. 37 | import XMonad.Util.EZConfig -- add keybindings easily
  304. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  305.  
  306. xmonad.hs:46:1: error:
  307. Could not load module ‘XMonad.Layout.BoringWindows’
  308. It is a member of the package ‘xmonad-contrib-0.18.1-Hn3tyQ1hgcfBs6gP5hIKJ’
  309. which is unusable due to missing dependencies:
  310. random-1.2.1.2-4MvNAJNQIvxGHtrKNblxG1
  311. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  312. |
  313. 46 | import qualified XMonad.Layout.BoringWindows as BW
  314. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  315.  
  316. Please check the file for errors.
  317.  
  318. Error: Can't open display:
  319.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement