Guest User

Untitled

a guest
Jul 10th, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.93 KB | None | 0 0
  1. xmonad.hs:3:1: error:
  2. Could not find module ‘XMonad.Actions.CycleWS’
  3. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  4. |
  5. 3 | import XMonad.Actions.CycleWS
  6. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7.  
  8. xmonad.hs:4:1: error:
  9. Could not find module ‘XMonad.Actions.NoBorders’
  10. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  11. |
  12. 4 | import XMonad.Actions.NoBorders
  13. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14.  
  15. xmonad.hs:6:1: error:
  16. Could not find module ‘XMonad.Hooks.ManageDocks’
  17. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  18. |
  19. 6 | import XMonad.Hooks.ManageDocks -- Toggle struts
  20. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  21.  
  22. xmonad.hs:7:1: error:
  23. Could not find module ‘XMonad.Hooks.DynamicLog’
  24. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  25. |
  26. 7 | import XMonad.Hooks.DynamicLog -- xmobar
  27. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  28.  
  29. xmonad.hs:8:1: error:
  30. Could not find module ‘XMonad.Hooks.SetWMName’
  31. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  32. |
  33. 8 | import XMonad.Hooks.SetWMName
  34. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35.  
  36. xmonad.hs:9:1: error:
  37. Could not find module ‘XMonad.Hooks.ICCCMFocus’
  38. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  39. |
  40. 9 | import XMonad.Hooks.ICCCMFocus -- takeTopFocus
  41. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  42.  
  43. xmonad.hs:10:1: error:
  44. Could not find module ‘XMonad.Hooks.ManageHelpers’
  45. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  46. |
  47. 10 | import XMonad.Hooks.ManageHelpers
  48. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  49.  
  50. xmonad.hs:11:1: error:
  51. Could not find module ‘XMonad.Hooks.EwmhDesktops’
  52. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  53. |
  54. 11 | import XMonad.Hooks.EwmhDesktops -- Needed for rescuetime
  55. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  56.  
  57. xmonad.hs:12:1: error:
  58. Could not find module ‘XMonad.Hooks.DynamicProperty’
  59. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  60. |
  61. 12 | import XMonad.Hooks.DynamicProperty -- zoom
  62. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  63.  
  64. xmonad.hs:14:1: error:
  65. Could not find module ‘XMonad.Util.Themes’
  66. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  67. |
  68. 14 | import XMonad.Util.Themes
  69. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  70.  
  71. xmonad.hs:15:1: error:
  72. Could not find module ‘XMonad.Util.Run’
  73. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  74. |
  75. 15 | import XMonad.Util.Run
  76. | ^^^^^^^^^^^^^^^^^^^^^^
  77.  
  78. xmonad.hs:17:1: error:
  79. Could not find module ‘XMonad.Layout.SubLayouts’
  80. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  81. |
  82. 17 | import XMonad.Layout.SubLayouts -- Sublayout: pullGroup, MergeAll, UnMerge
  83. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  84.  
  85. xmonad.hs:18:1: error:
  86. Could not find module ‘XMonad.Layout.PerWorkspace’
  87. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  88. |
  89. 18 | import XMonad.Layout.PerWorkspace
  90. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  91.  
  92. xmonad.hs:19:1: error:
  93. Could not find module ‘XMonad.Layout.TwoPane’
  94. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  95. |
  96. 19 | import XMonad.Layout.TwoPane
  97. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  98.  
  99. xmonad.hs:20:1: error:
  100. Could not find module ‘XMonad.Layout.Combo’
  101. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  102. |
  103. 20 | import XMonad.Layout.Combo
  104. | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  105.  
  106. xmonad.hs:21:1: error:
  107. Could not find module ‘XMonad.Layout.Spiral’
  108. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  109. |
  110. 21 | import XMonad.Layout.Spiral
  111. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  112.  
  113. xmonad.hs:22:1: error:
  114. Could not find module ‘XMonad.Layout.IM’
  115. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  116. |
  117. 22 | import XMonad.Layout.IM
  118. | ^^^^^^^^^^^^^^^^^^^^^^^
  119.  
  120. xmonad.hs:23:1: error:
  121. Could not find module ‘XMonad.Layout.Grid’
  122. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  123. |
  124. 23 | import XMonad.Layout.Grid
  125. | ^^^^^^^^^^^^^^^^^^^^^^^^^
  126.  
  127. xmonad.hs:24:1: error:
  128. Could not find module ‘XMonad.Layout.Reflect’
  129. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  130. |
  131. 24 | import XMonad.Layout.Reflect
  132. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  133.  
  134. xmonad.hs:25:1: error:
  135. Could not find module ‘XMonad.Layout.SimpleDecoration’
  136. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  137. |
  138. 25 | import XMonad.Layout.SimpleDecoration
  139. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  140.  
  141. xmonad.hs:26:1: error:
  142. Could not find module ‘XMonad.Layout.NoBorders’
  143. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  144. |
  145. 26 | import XMonad.Layout.NoBorders
  146. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  147.  
  148. xmonad.hs:27:1: error:
  149. Could not find module ‘XMonad.Layout.ResizableTile’
  150. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  151. |
  152. 27 | import XMonad.Layout.ResizableTile
  153. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  154.  
  155. xmonad.hs:28:1: error:
  156. Could not find module ‘XMonad.Layout.Circle’
  157. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  158. |
  159. 28 | import XMonad.Layout.Circle
  160. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  161.  
  162. xmonad.hs:29:1: error:
  163. Could not find module ‘XMonad.Layout.LayoutScreens’
  164. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  165. |
  166. 29 | import XMonad.Layout.LayoutScreens
  167. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  168.  
  169. xmonad.hs:30:1: error:
  170. Could not find module ‘XMonad.Layout.WindowNavigation’
  171. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  172. |
  173. 30 | import XMonad.Layout.WindowNavigation
  174. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  175.  
  176. xmonad.hs:31:1: error:
  177. Could not find module ‘XMonad.Layout.ThreeColumns’
  178. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  179. |
  180. 31 | import XMonad.Layout.ThreeColumns
  181. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  182.  
  183. xmonad.hs:32:1: error:
  184. Could not find module ‘XMonad.Layout.Named’
  185. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  186. |
  187. 32 | import XMonad.Layout.Named
  188. | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  189.  
  190. xmonad.hs:33:1: error:
  191. Could not find module ‘XMonad.Layout.MouseResizableTile’
  192. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  193. |
  194. 33 | import XMonad.Layout.MouseResizableTile
  195. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  196.  
  197. xmonad.hs:35:1: error:
  198. Could not find module ‘XMonad’
  199. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  200. |
  201. 35 | import XMonad hiding ( (|||) ) -- don't use the normal ||| operator
  202. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  203.  
  204. xmonad.hs:36:1: error:
  205. Could not find module ‘XMonad.Layout’
  206. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  207. |
  208. 36 | import XMonad.Layout hiding ( (|||) )
  209. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  210.  
  211. xmonad.hs:37:1: error:
  212. Could not find module ‘XMonad.Layout.LayoutCombinators’
  213. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  214. |
  215. 37 | import XMonad.Layout.LayoutCombinators -- use the one from LayoutCombinators instead
  216. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  217.  
  218. xmonad.hs:38:1: error:
  219. Could not find module ‘XMonad.Util.EZConfig’
  220. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  221. |
  222. 38 | import XMonad.Util.EZConfig -- add keybindings easily
  223. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  224.  
  225. xmonad.hs:44:1: error:
  226. Could not find module ‘XMonad.StackSet’
  227. Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  228. |
  229. 44 | import qualified XMonad.StackSet as W
  230. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  231.  
Advertisement
Add Comment
Please, Sign In to add comment