Advertisement
Guest User

Untitled

a guest
Oct 15th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. xmonad.hs:68:8: error:
  2. Ambiguous occurrence ‘workspaces’
  3. It could refer to
  4. either ‘XMonad.workspaces’,
  5. imported from ‘XMonad’ at xmonad.hs:2:1-13
  6. (and originally defined in ‘XMonad.Core’)
  7. or ‘W.workspaces’,
  8. imported from ‘XMonad.StackSet’ at xmonad.hs:3:1-27
  9. |
  10. 68 | , workspaces = myWorkspaces
  11. | ^^^^^^^^^^
  12.  
  13. Please check the file for errors.
  14. Warning: Missing charsets in String to FontSet conversion
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement