Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xmonad.hs:3:1: error:
- Could not find module ‘XMonad.Actions.CycleWS’
- 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 find module ‘XMonad.Actions.NoBorders’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 4 | import XMonad.Actions.NoBorders
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:6:1: error:
- Could not find module ‘XMonad.Hooks.ManageDocks’
- 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 find module ‘XMonad.Hooks.DynamicLog’
- 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 find module ‘XMonad.Hooks.SetWMName’
- 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 find module ‘XMonad.Hooks.ICCCMFocus’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 9 | import XMonad.Hooks.ICCCMFocus -- takeTopFocus
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:10:1: error:
- Could not find module ‘XMonad.Hooks.ManageHelpers’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 10 | import XMonad.Hooks.ManageHelpers
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:11:1: error:
- Could not find module ‘XMonad.Hooks.EwmhDesktops’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 11 | import XMonad.Hooks.EwmhDesktops -- Needed for rescuetime
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:12:1: error:
- Could not find module ‘XMonad.Hooks.DynamicProperty’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 12 | import XMonad.Hooks.DynamicProperty -- zoom
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:14:1: error:
- Could not find module ‘XMonad.Util.Themes’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 14 | import XMonad.Util.Themes
- | ^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:15:1: error:
- Could not find module ‘XMonad.Util.Run’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 15 | import XMonad.Util.Run
- | ^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:17:1: error:
- Could not find module ‘XMonad.Layout.SubLayouts’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 17 | import XMonad.Layout.SubLayouts -- Sublayout: pullGroup, MergeAll, UnMerge
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:18:1: error:
- Could not find module ‘XMonad.Layout.PerWorkspace’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 18 | import XMonad.Layout.PerWorkspace
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:19:1: error:
- Could not find module ‘XMonad.Layout.TwoPane’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 19 | import XMonad.Layout.TwoPane
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:20:1: error:
- Could not find module ‘XMonad.Layout.Combo’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 20 | import XMonad.Layout.Combo
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:21:1: error:
- Could not find module ‘XMonad.Layout.Spiral’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 21 | import XMonad.Layout.Spiral
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:22:1: error:
- Could not find module ‘XMonad.Layout.IM’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 22 | import XMonad.Layout.IM
- | ^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:23:1: error:
- Could not find module ‘XMonad.Layout.Grid’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 23 | import XMonad.Layout.Grid
- | ^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:24:1: error:
- Could not find module ‘XMonad.Layout.Reflect’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 24 | import XMonad.Layout.Reflect
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:25:1: error:
- Could not find module ‘XMonad.Layout.SimpleDecoration’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 25 | import XMonad.Layout.SimpleDecoration
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:26:1: error:
- Could not find module ‘XMonad.Layout.NoBorders’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 26 | import XMonad.Layout.NoBorders
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:27:1: error:
- Could not find module ‘XMonad.Layout.ResizableTile’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 27 | import XMonad.Layout.ResizableTile
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:28:1: error:
- Could not find module ‘XMonad.Layout.Circle’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 28 | import XMonad.Layout.Circle
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:29:1: error:
- Could not find module ‘XMonad.Layout.LayoutScreens’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 29 | import XMonad.Layout.LayoutScreens
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:30:1: error:
- Could not find module ‘XMonad.Layout.WindowNavigation’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 30 | import XMonad.Layout.WindowNavigation
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:31:1: error:
- Could not find module ‘XMonad.Layout.ThreeColumns’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 31 | import XMonad.Layout.ThreeColumns
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:32:1: error:
- Could not find module ‘XMonad.Layout.Named’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 32 | import XMonad.Layout.Named
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:33:1: error:
- Could not find module ‘XMonad.Layout.MouseResizableTile’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 33 | import XMonad.Layout.MouseResizableTile
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:35:1: error:
- Could not find module ‘XMonad’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 35 | import XMonad hiding ( (|||) ) -- don't use the normal ||| operator
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:36:1: error:
- Could not find module ‘XMonad.Layout’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 36 | import XMonad.Layout hiding ( (|||) )
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:37:1: error:
- Could not find module ‘XMonad.Layout.LayoutCombinators’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 37 | import XMonad.Layout.LayoutCombinators -- use the one from LayoutCombinators instead
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:38:1: error:
- Could not find module ‘XMonad.Util.EZConfig’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 38 | import XMonad.Util.EZConfig -- add keybindings easily
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- xmonad.hs:44:1: error:
- Could not find module ‘XMonad.StackSet’
- Use -v (or `:set -v` in ghci) to see a list of the files searched for.
- |
- 44 | import qualified XMonad.StackSet as W
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Advertisement
Add Comment
Please, Sign In to add comment